File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ Python 3.6.5
4444
4545PurplShip can be installed with [ pip] ( https://pip.pypa.io/ ) :
4646
47- For latest dev versions
47+ For released version (specify a purplship==version if needed)
4848
4949``` shell
50- pip install --process-dependency-links -e git ://github.com/PurplShip/purplship.git#egg= purplship
50+ pip install -f https ://git.io/fxTZ6 purplship
5151```
5252
5353Alternatively, you can grab the latest source code from [ GitHub] ( https://github.com/PurplShip/purplship ) :
@@ -57,12 +57,6 @@ git clone https://github.com/PurplShip/purplship.git
5757pip install --process-dependency-links -e purplship
5858```
5959
60- For released version (specify a purplship==version if needed)
61-
62- ``` shell
63- pip install -f https://git.io/fxTZ6 purplship
64- ```
65-
6660## Running the tests
6761
6862``` shell
Original file line number Diff line number Diff line change 44 long_description = fh .read ()
55
66setup (name = 'purplship' ,
7- version = '1.0-rc9 ' ,
7+ version = '1.0-rc10 ' ,
88 description = 'Multi-carrier shipping API integration with python' ,
99 long_description = long_description ,
1010 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments