Skip to content

Commit c2bb6e3

Browse files
authored
change pip command since pypi is available (#306)
1 parent 763a470 commit c2bb6e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Now, let's get started on exploring how to realize your time series analysis pro
2828
We recommend installing BasicTS on a Linux system (such as Ubuntu or CentOS) with Python 3.8 or higher:
2929

3030
```bash
31-
pip install basicts-xxx-py3-x.whl
31+
pip install basicts
3232
```
3333

3434
We recommend using https://docs.conda.io/en/latest/miniconda.html or https://www.anaconda.com/ to create a virtual Python environment.

docs/getting_started_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
我们建议在 Linux 系统(如 Ubuntu 或 CentOS)上,在 Python 3.8 或更高版本上安装 BasicTS:
2929

3030
```bash
31-
pip install basicts-xxx-py3-x.whl
31+
pip install basicts
3232
```
3333

3434
我们推荐使用 [Miniconda](https://docs.conda.io/en/latest/miniconda.html)[Anaconda](https://www.anaconda.com/) 来创建虚拟 Python 环境。

0 commit comments

Comments
 (0)