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 .