File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
## Installation
12
12
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 `
14
15
* Install locally: Download the repository and run ` ./install.sh ` or ` pip install . `
15
16
16
17
## Feature
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_install_requires():
21
21
description = "Convolutional Differential Operators with PyTorch" ,
22
22
long_description = long_description ,
23
23
long_description_content_type = "text/markdown" ,
24
- url = "https://qiauil.github.io/" ,
24
+ url = "https://qiauil.github.io/ConvDO/ " ,
25
25
packages = setuptools .find_packages (),
26
26
classifiers = [
27
27
"Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments