File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ The implementation of the algorithms are based on those papers and libraries:
20
20
21
21
## Installing PyTSMod
22
22
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:
24
24
25
25
``` bash
26
- $ pip install git+https://github.com/KAIST-MACLab/PyTSMod.git
26
+ $ pip install pytsmod
27
27
```
28
28
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 :
30
30
31
31
``` bash
32
- $ python setup.py install
32
+ $ poetry build
33
33
```
34
34
35
35
### Requirements
You can’t perform that action at this time.
0 commit comments