soft:exostriker
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| soft:exostriker [2023/05/05 23:16] – created asad | soft:exostriker [2023/05/05 23:27] (current) – asad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Exostriker ====== | ====== Exostriker ====== | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | ===== - Installation ===== | ||
| + | For Ubuntu 22.04. Install [[conda]] and then create a new conda environment with python 3.8 and activate the env. Then install gfortran, git and pip3.8. Finally install Exostriker using its git repository via pip. | ||
| + | |||
| + | < | ||
| + | conda create --name py38 python=3.8 | ||
| + | conda activate py38 | ||
| + | sudo apt-get install gfortran | ||
| + | sudo apt-get install git | ||
| + | curl https:// | ||
| + | python3.8 get-pip.py | ||
| + | |||
| + | pip3.8 install git+https:// | ||
| + | </ | ||
soft/exostriker.1683350216.txt.gz · Last modified: by asad
