Skip to content

glucoseinc/CircleCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI codecov

CircleCore

Requirements

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