Skip to content

galicea/bryk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup instruction:

  1. Fetch from repository:
 git clone https://github.com/galicea/bryk.git
  1. Select directory:
cd bryk
  1. Setup Python 2.7 environment

Optional (for Debian/Ubuntu):

sudo apt-get install python2.7-virtualenv

Make env.:

   cd ..
   virtualenv bryk --system-site-packages --python=/usr/bin/python2.7
  1. Closure:
   wget https://github.com/google/closure-library/zipball/master -O closure.zip
   unzip closure.zip
   mv google-closure-library-666f6ec bryk/closure-library
  1. Switch to Python 2.7:
   cd bryk
   source bin/activate
   pip install -r requirements.txt
  1. Test:
#  source bin/activate
  cd bryk
  python2.7 bryk.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published