mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 15:03:39 +08:00
formatting
This commit is contained in:
@@ -2,22 +2,33 @@
|
||||
|
||||
##Development Quickstart
|
||||
Navigate to your mongodb installation and start your db server:
|
||||
~~~
|
||||
./bin/mongodb
|
||||
~~~
|
||||
|
||||
Install the necessary python libraries:
|
||||
~~~
|
||||
easy_install tornado pymongo
|
||||
~~~
|
||||
|
||||
Create a development database with sample data, will create one qbt user:
|
||||
~~~
|
||||
python qbt_data_bootstrap.py --user_email=... --password=...
|
||||
~~~
|
||||
|
||||
To run the qbt against a local mongodb instance, navigate to the source dir and run
|
||||
~~~
|
||||
python qbt_server.py --mongodb_dbname=qbt
|
||||
~~~
|
||||
|
||||
To see all the available options:
|
||||
~~~
|
||||
python qbt_server.py --help
|
||||
~~~
|
||||
or
|
||||
~~~
|
||||
python qbt_data_bootstrap.py --help
|
||||
|
||||
~~~
|
||||
|
||||
|
||||
qbt uses tornado to accept synchronous requests for backtesting sessions.
|
||||
|
||||
Reference in New Issue
Block a user