Skip to content

Commit 890c8fe

Browse files
committed
add specific release install details
1 parent 780daa8 commit 890c8fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Python 3.6.5
4444

4545
OpenShip can be installed with [pip](https://pip.pypa.io/):
4646

47+
For latest dev versions
48+
4749
```shell
4850
pip install --process-dependency-links -e git://github.com/OpenShip/openship.git#egg=openship
4951
```
@@ -56,6 +58,12 @@ cd openship
5658
python setup.py install
5759
```
5860

61+
For released version (change '@version' at your convenience)
62+
63+
```shell
64+
pip install --process-dependency-links git+git://github.com/OpenShip/openship.git@v1.0-beta
65+
```
66+
5967
## Running the tests
6068

6169
```shell

0 commit comments

Comments
 (0)