Skip to content

Commit

Permalink
update README (#393)
Browse files Browse the repository at this point in the history
* update UT

* update UT

* update UT

* update README
  • Loading branch information
NashMiao authored Nov 4, 2019
1 parent d2a6dcb commit 773561c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ ci-coverage:
python-codacy-coverage -r coverage.xml

build:
pipenv shell
pipenv install wheel --dev --pypi-mirror https://mirrors.aliyun.com/pypi/simple
python3 -m pip install -U twine wheel setuptools -i https://mirrors.aliyun.com/pypi/simple
python3 setup.py bdist_wheel --python-tag py3

ci-build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Official Python implementation of the Ontology SDK.
Installation requires a `Python 3.6` or later environment.

```bash
pip3 install ontology-python-sdk
pyhton3 -m pip install ontology-python-sdk
```

## Documentation
Expand Down

0 comments on commit 773561c

Please sign in to comment.