CircleCore
Requirements
- Python3.6
- nanomsg
- MySQL
Getting Started
Installation
Setup virtualenv
$ virtualenv -p path/to/python3.5 .env
$ . .env/bin/activate
(.env) $
Install CircleCore
$ python setup.py develop
or
$ pip install -e git://github.com/nanomsg/nnpy.git#egg=nnpy
$ pip install -e git://github.com/graphite-project/whisper.git@b783ab3f577f3f60db607adda241e29b7242bcf4#egg=whisper-0.10.0rc1
$ pip install -e '.[test]'
Usage
Run server
$ crcr run
Build document
$ tox -e sphinx
Development
Setup
$ npm install
Build JS & CSS
$ npm run build
watch changes & rebuild
$ npm run watch
see doc/README.md .
Copyright 2018 Kyushu University