- Set up miniconda3.
- Create environment:
$ conda create opendrift --name opendrift python=3
$ conda activate opendrift
- Add channels and install:
$ conda config --add channels NOAA-ORR-ERD
$ conda config --add channels conda-forge
$ conda config --add channels OpenDrift
$ conda install opendrift
Make sure you have conda-forge and noaa-orr-erd in your channels, with conda-forge higher priority.
- Update version-numbers and make sure URLs point to new versions in
meta.yml
for each package. - Run
./build-all.sh
to build packages intopackages/
. - Activate conda environment:
conda activate opendrift_packages
. - Login using
anaconda login
- Upload each package using
$ anaconda upload -u OpenDrift -i packages/.../noarch/...tar.bz2