Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary committed Oct 31, 2016
1 parent 3f5189f commit 4758107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ sremove :

clean :
$(PYTHON) setup.py clean

uploadpypi:
python setup.py register
python setup.py sdist upload -r pypi


notebook :
ipython notebook --matplotlib=inline --notebook-dir=examples/

0 comments on commit 4758107

Please sign in to comment.