Skip to content

Commit 6b7f76a

Browse files
committed
update README
1 parent a2de667 commit 6b7f76a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ The implementation of the algorithms are based on those papers and libraries:
2020

2121
## Installing PyTSMod
2222

23-
PyTSMod is not hosted on PyPI now. To install, run the following command in your Python environment:
23+
PyTSMod is hosted on PyPI. To install, run the following command in your Python environment:
2424

2525
```bash
26-
$ pip install git+https://github.com/KAIST-MACLab/PyTSMod.git
26+
$ pip install pytsmod
2727
```
2828

29-
Or you can simply clone the repository and setup it from the top-level folder:
29+
Or if you use [poetry](https://python-poetry.org), you can clone the repository and build the package through the following command:
3030

3131
```bash
32-
$ python setup.py install
32+
$ poetry build
3333
```
3434

3535
### Requirements

0 commit comments

Comments
 (0)