Skip to content

jayhansuh/qbot-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qbot - A cryptocurrency quantitative analysis and trading package

Installation

Before installing, make sure you have Python 3.10 or later

You may use venv or conda to install the dependencies.

Then install the dependencies

pip install -e git+https://github.com/jayhansuh/qbot-sdk.git#egg=qbot

or

git clone https://github.com/jayhansuh/qbot-sdk.git
cd qbot-sdk
pip install -e .

Test import

python -c "import qbot;print(qbot.__version__)"

Usage

See the example.ipynb for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published