- 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 update
brew 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
libpng
andfreetype
via brew if you get aCommand "python setup.py egg_info" failed with error code 1
error when trying to install matplotlib. See here for more details.
-
Notifications
You must be signed in to change notification settings - Fork 1
FlavoInformatics/FlavinDB
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
FlavinDB
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published