Skip to content

Commit

Permalink
Update VERSION and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inwonkim committed Apr 19, 2021
1 parent f3cb3dd commit 39512d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ python -m venv venv # Create a virtual environment.
$ source venv/bin/activate # Enter the virtual environment.
(venv)$ ./build.sh # run build script.
(venv)$ ls dist # check result wheel file.
preptools-1.0.6-py3-none-any.whl
preptools-1.0.10-py3-none-any.whl
```

## Installation
Expand All @@ -23,7 +23,7 @@ This chapter explains how to install P-Rep Tools on your system.
* Windows is not supported.

* Python
* Make a virtualenv for Python 3.6.5+ (3.7 is also supported)
* Make a virtualenv for Python 3.7+
* Check your Python version
```bash
$ python3 -V
Expand All @@ -44,7 +44,7 @@ $ sudo apt-get install -y python3.7-dev libsecp256k1-dev python3-pip
Install the preptools with the .whl file as below.

```bash
(venv) $ pip install dist/preptools-1.0.6-py3-none-any.whl
(venv) $ pip install dist/preptools-1.0.10-py3-none-any.whl
```

Install the preptools with pypi
Expand All @@ -65,7 +65,7 @@ preptools provides several commands. Here is the list of the available commands.
usage: preptools [-h]
...

P-Rep management command line interface v1.0.6
P-Rep management command line interface v1.0.10

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.8
1.0.10

0 comments on commit 39512d7

Please sign in to comment.