File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ Python library for Solve Engine
8
8
9
9
- From you console, call this :
10
10
```
11
- pip install solveengine
11
+ pip install pysolveengine
12
12
```
13
13
- Or for python3 users :
14
14
```
15
- pip3 install solveengine
15
+ pip3 install pysolveengine
16
16
```
17
17
18
18
** By directly downloading github repository**
Original file line number Diff line number Diff line change 16
16
packages = ['pysolveengine' , 'pysolveengine/examples' ],
17
17
license = '' ,
18
18
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' ,
20
20
install_requires = ['beautifulsoup4>=4.6.0' ,
21
21
'certifi>=2017.7.27.1' ,
22
22
'chardet>=3.0.4' ,
You can’t perform that action at this time.
0 commit comments