InstallationΒΆ
To install eugene, run the following:
git clone https://github.com/bmorris3/eugene.git
cd eugene
python setup.py install
eugene requires numpy, scipy and corner, which you can install with:
pip install numpy scipy corner
To install eugene, run the following:
git clone https://github.com/bmorris3/eugene.git
cd eugene
python setup.py install
eugene requires numpy, scipy and corner, which you can install with:
pip install numpy scipy corner