Skip to content

Commit

Permalink
Use --pre in the pip install command while we push out rcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ggventurini committed Jan 20, 2014
1 parent 0ec5382 commit f215a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ I wrote in a different context some directions to [compile numpy and scipy yours
You can install the latest stable version directly from the [Python
Package Index (PYPI)](http://pypi.python.org), running:

pip install deltasigma
pip install --pre deltasigma

The above command will also attempt to compile and install the
dependencies -for this to work you should already have the required
Expand Down
2 changes: 1 addition & 1 deletion deltasigma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
You can install the latest stable version directly from the `Python Package
Index (PYPI) <http://pypi.python.org>`__, running::
pip install deltasigma
pip install --pre deltasigma
The above command will also attempt to compile and install the dependencies -
for this to work you should already have the required libraries in place.
Expand Down

0 comments on commit f215a9c

Please sign in to comment.