- Install python3.6 and virtualenv
- Mac
- Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install python3.6
brew updatebrew install python3
- Install virtualenv
pip3 install virtualenv
- Install Homebrew
- Mac
- Setup the virtualenv
virtualenv -p /usr/local/bin/python3 venv
- Load the virtualenv
source venv/bin/activate
- Install the requirements
pip3 install -r requirements.txt- NOTE for OS X users: install
libpngandfreetypevia brew if you get aCommand "python setup.py egg_info" failed with error code 1error when trying to install matplotlib. See here for more details.
FlavoInformatics/FlavinDB
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|