Skip to content

Commit dd06379

Browse files
committed
update installation method
1 parent fb50de4 commit dd06379

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
## Installation
1212

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

1617
## Feature

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_install_requires():
2121
description="Convolutional Differential Operators with PyTorch",
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",
24-
url="https://qiauil.github.io/",
24+
url="https://qiauil.github.io/ConvDO/",
2525
packages=setuptools.find_packages(),
2626
classifiers=[
2727
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)