- Fork & clone this repository
- Install anaconda or miniconda
- Navigate to the root of your local repository and type
conda env create -f environment.yml
- This will create a virtual env
UnivNet_env
with all necessary packages installed
- This will create a virtual env
- If using PyCharm (preferably), change your project interpreter to this virtual environment, otherwise, activate the environment from terminal.
- You'll also need the
.env
file to access the project settings- Get it from the Google Drive
- Place it in the project root
- Be responsible, handle the
.env
file like you'd handle your passwords - An example env file is provided at
.env.example
- Python Decouple docs
- Delete superuser
- Remove a conda environment
conda env remove -n [name_of_env]