Skip to content

mkraenz/NiMi-trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NiMi-trading-bot

Build Status codecov

Dev setup

From project root run in order

pip3 install virtualenv
cd env/Scripts
activate`
// on win7 with Eclipse the current directory is now shown as "(env) E:\git-repositories\NiMi-trading-bot\env\Scripts>"
cd ../..
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
// Inside Eclipse set your python interpreter to the "python.exe" in your "env" directory

Useful commands

Run type checker for all files in src (see mypy doc) mypy src

About

Trading Bot for Investopedia Stock Trading Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published