crj1998 / PyInvest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyInvest

Installation

# update python pip
python -m pip install -U pip
# clone latest repo
git clone https://github.com/crj1998/PyInvest.git
cd PyInvest
# install dependency package 
pip install -r requirements.txt

Build

Code Style check

python -m pylint --rcfile .pylintrc pyinvest

Unit Test

python -m pytest
python -m pytest test/test_setup.py::TestSetup::test_version -v -s

Develop

ide.csdn

# Configure the pip source
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# Upgrade pip
python -m pip install -U pip
mkdir /ide/workspace/lib
# install dependency package 
pip install -r requirements.txt -t /ide/workspace/lib --force-reinstall
export PYTHONPATH=$PYTHONPATH:/ide/workspace/lib

About

License:GNU General Public License v2.0


Languages

Language:Jupyter Notebook 94.1%Language:Python 5.9%