Clone this repository:
git clone --recurse-submodules https://github.com/stiefen1/nav-env.git
Then change your current directory to nav-env and create your conda environment using the env.yml file. For this, first activate your conda environment:
conda activate
And create your environment using:
conda env create --name <env-name> --file env.yml
Don't forget to change with the name you would like to use for your environment. Finally, activate your environment using:
conda activate <env-name>
git checkout uncompiled
pip install -e .
pip install -e submodules\seacharts
pip install -e .
pip install -e submodules\seacharts
python nav_env\ships\setup.py build_ext --inplace
To verify everything is correctly installed, run one of the examples here!