EnvonmentControl - Pancongwen/TheDarkRoom GitHub Wiki

This page tell you how to config develop environment.

Install miniconda

Visit here and select the package according to your computer. And follow the steps here.

Install requirments

We use conda as the environment and we offer a package list environment.txt.

cd path/to/this/projet/
conda create --file=environment.txt

Activate the environment

conda activate thedarkroom

After executing this command, you will see the environment name ahead the terminal command line.

For example:

(thedarkroom) pancongwen@machine:~/thedarkroom