Contents:
The nygrid package can be installed using pip:
nygrid
pip install nygrid
Install Anaconda.
Install Git.
Clone the repository:
git clone https://github.com/boyuan276/NYgrid-python.git
Create a conda environment:
conda env create -f NYgrid-python.yml
Activate the environment:
conda activate NYgrid-python
Install the package:
pip install -e .