Skip to content

Commit

Permalink
update cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengkao committed Jan 30, 2018
1 parent eefc670 commit 78d5c19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup_cheatsheet.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
requirement
-----------
pip3 install -U pip twine

upload to pypi
--------------
python setup.py sdist upload
update version in setup.py
python setup.py sdist
twine upload dist/*

install locally
--------------
Expand Down

0 comments on commit 78d5c19

Please sign in to comment.