-
Notifications
You must be signed in to change notification settings - Fork 4
BlackBird Linux Onboard
Jordan Singer edited this page Jul 4, 2018
·
1 revision
- At least 1024 MB RAM
- Python 3.5+
- pip 9.0.1+
- git
Requirements for running BlackBird on Linux are minimal. However, please note...
- It is recommended that you develop with a CUDA-capable GPU, with
tensorflow-gpu
installed. This is not a requirement, but you may find that large networks take a long time to run in the default version oftensorflow
. You can find help getting the prerequisites working in Ubuntu here. - Compatibility with Python 2.x is not guaranteed, nor is it tested for. It is strongly recommended that you develop in Python 3.5+. Should you be interested in incorporating backwards compatibility into BlackBird, please consult one of the project managers (jordan-singer, kevdog25).
- Clone the master repository
git clone https://www.github.com/jordan-singer/BlackBird
cd BlackBird
- Set up a virtual environment
pip install virtualenv
python -m virtualenv BlackBirdEnvironment
source BlackBirdEnvironment/bin/activate
pip install -r requirements.txt