Super easy script that can make a virtual environment then drop in an active.sh at your project root.
cd <YOUR DIRECTORY>
- Download and install in one line (requires git-bash on windows):
curl https://raw.githubusercontent.com/zackees/install.py/main/install -o install && bash ./install
- To enter the environment run:
source activate.sh