Skip to content

yaron148/NeuroNet

 
 

Repository files navigation

Dev setup:

git clone
cd NeuroNet

On windows: win32-setup.cmd or win64-setup.cmd

pip install -r requirements-base.txt

On linux:

pip install -r requirements-dev.txt

Setup db:

cd kuterless
python manage.py sqlcreate --router=default | psql -U  postgres
python manage.py syncdb --migrate --noinput

python manage.py createsuperuser

About

World Wide Platform for projects generation and collaboration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.6%
  • Tcl 4.9%
  • JavaScript 4.0%
  • HTML 1.8%
  • C 0.9%
  • C++ 0.9%
  • Other 0.9%