Skip to content

Commit

Permalink
add pip install Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesabel committed Apr 2, 2017
1 parent e4c0abf commit 7f81fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion osnap/__init__.py
@@ -1,3 +1,3 @@

# PEP 440 compliant
__version__ = '0.0.12'
__version__ = '0.0.13'
1 change: 1 addition & 0 deletions osnap/osnapy.py
Expand Up @@ -37,6 +37,7 @@ def make_osnapy(
osnapy.create_python()
osnapy.pip('pip')
osnapy.pip('setuptools')
osnapy.pip('Cython') # e.g. for kivy
osnapy.pip(None) # install all from requirements.txt


Expand Down

0 comments on commit 7f81fd3

Please sign in to comment.