Installation Guide#
To install Bingo, simply use pip:
pip install bingo-nasa
Source Code#
For those looking to develop their own features in Bingo.
First clone the repo and move into the directory:
git clone --recurse-submodules https://github.com/nasa/bingo.git
cd bingo
Then make sure you have the requirements necessary to use Bingo:
pip install -r requirements.txt
Then build BingoCpp:
./.build_bingocpp.sh
Now you should be good to go! You can run Bingo’s test suite to make sure that the installation process worked properly:
pytest tests