Skip to content

Flask web application to drill down into bill of materials and background contributions

License

Notifications You must be signed in to change notification settings

bloer/bgexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATION

python virtualenv

bgexplorer relies on a number of python packages, listed in requirements.txt. The easiest way to handle these dependencies, especially on a shared system, is to use python's virtualenv package. The .gitignore file is configured to expect a virtualenv installation in 'virtenv'. So recommended installation procedure is (assuming virtualenv is already installed on the system):

|bgexplorer> virtualenv virtenv
|bgexplorer> source virtenv/bin/activate
|bgexplorer> pip install -r requirements.txt

The install command may have to be repeated if requirements change.

About

Flask web application to drill down into bill of materials and background contributions

Resources

License

Stars

Watchers

Forks

Packages

No packages published