Skip to content

Commit

Permalink
update installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
qiauil committed Jul 30, 2024
1 parent fb50de4 commit dd06379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

## Installation

* Install through pip: `pip install git+https://github.com/qiauil/ConvDO`
* Install through pip: `pip install ConvDO`
* Install the latest version through pip: `pip install git+https://github.com/qiauil/ConvDO`
* Install locally: Download the repository and run `./install.sh` or `pip install .`

## Feature
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_install_requires():
description="Convolutional Differential Operators with PyTorch",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://qiauil.github.io/",
url="https://qiauil.github.io/ConvDO/",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit dd06379

Please sign in to comment.