InstallationΒΆ
Download GitHub repositoryΒΆ
You can download FROSTIE from GitHub or clone the repository:
git clone https://github.com/ishan-mishra/FROSTIE
Linux conda environment setupΒΆ
FROSTIE currently supports Python versions up to 3.11. You can create a new anaconda environment with, say, the latest version of Python 3.11 via:
conda create --name π¬π’π¨π₯_ππ‘π©_π‘ππ π_πππ₯π python=3.11
Once the basic Python packages are installed in this fresh environment, you can activate the environment where POSEIDON will dwell:
conda activate π¬π’π¨π₯_ππ‘π©_π‘ππ π_πππ₯π
Install using pipΒΆ
Then navigate into the βFROSTIEβ directory and install the package via:
cd FROSTIE
pip install -e .