We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2de667 commit 6b7f76aCopy full SHA for 6b7f76a
README.md
@@ -20,16 +20,16 @@ The implementation of the algorithms are based on those papers and libraries:
20
21
## Installing PyTSMod
22
23
-PyTSMod is not hosted on PyPI now. To install, run the following command in your Python environment:
+PyTSMod is hosted on PyPI. To install, run the following command in your Python environment:
24
25
```bash
26
-$ pip install git+https://github.com/KAIST-MACLab/PyTSMod.git
+$ pip install pytsmod
27
```
28
29
-Or you can simply clone the repository and setup it from the top-level folder:
+Or if you use [poetry](https://python-poetry.org), you can clone the repository and build the package through the following command:
30
31
32
-$ python setup.py install
+$ poetry build
33
34
35
### Requirements
0 commit comments