Setup Daipe locally¶
Prerequisites
The following software needs to be installed first:
- Miniconda package manager
- IMPORTANT! - To avoid Anaconda's Terms of Service run:
conda config channels --remove defaults
conda config channels --append conda-forge
- This sets up a community-driven conda-forge as the only conda repository.
- IMPORTANT! - To avoid Anaconda's Terms of Service run:
- Git for Windows or standard Git in Linux (apt-get install git)
We recommend using the following IDEs:
- PyCharm Community or Pro with the EnvFile plugin installed
- Visual Studio Code with the PYTHONPATH setter extension installed
Tu run commands, use Git Bash on Windows or standard Terminal on Linux/Mac
-
Clone your Daipe project repo
-
Run
./env-init.sh
to initialize your local python virtual environment -
Activating the Conda environment by running
conda activate $PWD/.venv # or use the `ca` alias
-
Run the
daipe
command to list all available commands