Skip to content

Commit bbac8a7

Browse files
authored
Merge pull request #13 from Satalia/Bugfix/installVersionFixed
Bugfix/install version fixed
2 parents 8b63b0a + cc41fcc commit bbac8a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Python library for Solve Engine
88

99
- From you console, call this :
1010
```
11-
pip install solveengine
11+
pip install pysolveengine
1212
```
1313
- Or for python3 users :
1414
```
15-
pip3 install solveengine
15+
pip3 install pysolveengine
1616
```
1717

1818
**By directly downloading github repository**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
packages=['pysolveengine', 'pysolveengine/examples'],
1717
license='',
1818
url='https://github.com/Satalia/solveengine-python-modeling-lib',
19-
download_url='https://github.com/Satalia/solveengine-python-modeling-lib/archive/0.3.tar.gz',
19+
download_url='https://github.com/Satalia/solveengine-python-modeling-lib/archive/1.0.0.tar.gz',
2020
install_requires=['beautifulsoup4>=4.6.0',
2121
'certifi>=2017.7.27.1',
2222
'chardet>=3.0.4',

0 commit comments

Comments
 (0)