-
Notifications
You must be signed in to change notification settings - Fork 10
Installation
Ross Palmer edited this page Apr 28, 2015
·
3 revisions
Install bitQuant using source distribution from GitHub.
git clone https://github.com/rosspalmer/bitQuant.git
cd bitQuant
python setup.py install
Navigate to the folder location in which you would like to keep your login text file and sqlite database (if applicable). You will need to navigate to this location to access the login text file in the future.
Run setup_sql command to setup up SQL database and tables.
>> import bitquant as bq
>> bq.setup_sql()
-----SQL Database setup-----
=Select SQL type=
(1) sqlite
(2) MySQL
Select the SQL type and input the relevant login information.