Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanfeng97 committed Dec 28, 2022
1 parent 9ad994f commit 9eb2444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/start/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Installation
- Python >= 3.8
- Pytorch >= 1.12

Current, the stable version of **DHG** is 0.9.2. You can install it with ``pip`` as follows:
Current, the stable version of **DHG** is 0.9.3. You can install it with ``pip`` as follows:

.. code-block:: bash
pip install dhg
You can also try the nightly version (0.9.3) of **DHG** library with ``pip`` as follows:
You can also try the nightly version (0.9.4) of **DHG** library with ``pip`` as follows:

.. code-block:: bash
Expand Down
4 changes: 2 additions & 2 deletions docs/source/zh/start/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
- Pytorch >= 1.12


目前, **DHG** 的最新稳定版本 **0.9.2** 已经发布,可以使用 ``pip`` 指令直接安装:
目前, **DHG** 的最新稳定版本 **0.9.3** 已经发布,可以使用 ``pip`` 指令直接安装:

.. code-block:: bash
pip install dhg
如果您想尝试最新的日构建版本(nightly version) **0.9.3** ,可以使用以下指令安装:
如果您想尝试最新的日构建版本(nightly version) **0.9.4** ,可以使用以下指令安装:

.. code-block:: bash
Expand Down

0 comments on commit 9eb2444

Please sign in to comment.