Skip to content

phipse/complexlab_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Use src/main.py to start the programm. The --help text explains the usage.

#Setup

On Fedora 17:

sudo pip-python install -r requirements.txt
sudo systemctl start mongod  # run mongodb daemon
src/main.py --help  # read usage

On Ubuntu:

sudo pip install -r requirements.txt
sudo service mongod start  # run mongodb daemon
src/main.py --help  # read usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published