Bayes networks to discriminate Romantic and Elizabethan writers
Configure your virtual environment. Name your environment berrynet-env
or whatever you want.
virtualenv --python=2.7 berrynet-env
Activate your environment:
source /path/to/berrynet-env/bin/activate
The first time you start developing, install the required dependencies:
pip install -r requirements.txt
Configure the build environment for berrynet:
- On Unix
source /path/to/berrynet/configure
- On Windows
path\to\berrynet\configure.bat