2. Download Conda: If you haven not already installed [Conda](https://conda.io/projects/conda/en/latest/index.html), you can download it and follow the installation instructions for your operating system.
3. Create a virtual environment.
```
conda env create --file environment.yml
...
...
@@ -34,7 +33,7 @@ poetry install
The [test_pyresice.ipynb](https://git.rwth-aachen.de/mbd/pyresice/-/blob/main/tests/test_pyresice.ipynb) deomnstrates the functionality of pyresice.
## Contributing
Users are encouraged to extend RESICE by adding more sea ice cores or more features through the RESICE living database.
Users are encouraged to extend RESICE by adding more sea ice cores or more features through the RESICE living database. Please check the [readme.md](https://git.rwth-aachen.de/mbd/pyresice/-/blob/main/src/pyresice/RESICE_living_database/yaml_db/readme.md) provided in the YAML database.
Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.