neural-style / firstTimeSetup.sh
dogeplusplus's picture
Adding first time setup.
8f6a226
raw
history blame contribute delete
140 Bytes
#!/bin/bash
rm -rf venv
python -m venv venv
source venv/bin/activate
python -m pip install pip wheel setuptools --upgrade
pip install -e .