Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4eta authored Feb 26, 2024
1 parent 0f8073a commit 24605c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We believe our package will benefit your research.

~~~shell
# Install all feautres of PaCS-ToolKit
pip install -e ".[all]"
pip install "git+https://github.com/Kitaolab/PaCS-Toolkit.git[all]"
~~~

see [document](docs/src/install.md) for more information.
Expand All @@ -35,7 +35,7 @@ conda create -n pacs "python>=3.7" -y
conda activate pacs

# Install all features of PaCS-ToolKit
pip install -e ".[all]"
pip install "git+https://github.com/Kitaolab/PaCS-Toolkit.git[all]"
~~~

see [document](docs/src/install.md) for more information.
Expand Down

0 comments on commit 24605c4

Please sign in to comment.