File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ Install from PyPI_ using :program:`pip`::
42
42
43
43
Install from latest ``master `` on GitHub::
44
44
45
- $ pip install https://github.com/christiansandberg /canopen/archive/master.zip
45
+ $ pip install https://github.com/canopen-python /canopen/archive/master.zip
46
46
47
47
If you want to be able to change the code while using it, clone it then install
48
48
it in `develop mode `_::
49
49
50
- $ git clone https://github.com/christiansandberg /canopen.git
50
+ $ git clone https://github.com/canopen-python /canopen.git
51
51
$ cd canopen
52
52
$ pip install -e .
53
53
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ db_export = [
33
33
34
34
[project .urls ]
35
35
documentation = " https://canopen.readthedocs.io/en/stable/"
36
- repository = " https://github.com/christiansandberg /canopen"
36
+ repository = " https://github.com/canopen-python /canopen"
37
37
38
38
[tool .setuptools ]
39
39
packages = [" canopen" ]
You can’t perform that action at this time.
0 commit comments