We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1d0d9 commit 4458dd9Copy full SHA for 4458dd9
README.md
@@ -54,7 +54,7 @@ If you have **pip**, you may simply type:
54
```
55
pip install gFlex
56
57
-and you will have a full, running copy of gFlex from [PyPI](https://pypi.python.org/pypi).
+and you will have a full, running copy of the latest release verison of gFlex from [PyPI](https://pypi.python.org/pypi).
58
59
##### Downloading
60
topypi.sh
@@ -0,0 +1,6 @@
1
+#! /usr/bin/env sh
2
+
3
+python register.py
4
+python setup.py register -r pypi
5
+rm README.txt
6
+python setup.py sdist upload -r pypi
0 commit comments