Abekta

Nothing human is alien to me

User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
soft:exostriker [2023/05/05 23:17] asadsoft:exostriker [2023/05/05 23:27] (current) asad
Line 3: Line 3:
  
 https://exostriker-manual.readthedocs.io https://exostriker-manual.readthedocs.io
 +
 +===== - 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.
 +
 +<code>
 +conda create --name py38 python=3.8
 +conda activate py38
 +sudo apt-get install gfortran
 +sudo apt-get install git
 +curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
 +python3.8 get-pip.py
 +
 +pip3.8 install git+https://github.com/3fon3fonov/exostriker
 +</code>
 +
soft/exostriker.1683350233.txt.gz · Last modified: 2023/05/05 23:17 by asad

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki