- Create a minimum enviornment file that will run the program. It's better to list the explicit requirements rather than exporting form
conda-env
- Save this as
environment.yml
in the project directory and runanaconda-project init
- Add a command using
anconda-project add-command command_name "python main.py"
- Test it out by using
anaconda-project run command_name
- If it's working then lock the version for all platforms using
anaconda-project lock
- Create an archive using
anaconda-project archive filename.zip
- Upload using
anaconda-project upload
- Download the project zip
- Install
conda install anaconda-project
- In project directory
anaconda-project run
http://anaconda-project.readthedocs.io/en/latest/user-guide/tasks/index.html