Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 240 Bytes

conda.md

File metadata and controls

15 lines (15 loc) · 240 Bytes

Create environment

conda create --name dmba python=3.7
conda activate dmba
pip install matplotlib pandas scikit-learn tox twine

Testing

tox

Distribute

python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*