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`::
4242
4343Install from latest ``master `` on GitHub::
4444
45- $ pip install https://github.com/christiansandberg /canopen/archive/master.zip
45+ $ pip install https://github.com/canopen-python /canopen/archive/master.zip
4646
4747If you want to be able to change the code while using it, clone it then install
4848it in `develop mode `_::
4949
50- $ git clone https://github.com/christiansandberg /canopen.git
50+ $ git clone https://github.com/canopen-python /canopen.git
5151 $ cd canopen
5252 $ pip install -e .
5353
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ db_export = [
3333
3434[project .urls ]
3535documentation = " https://canopen.readthedocs.io/en/stable/"
36- repository = " https://github.com/christiansandberg /canopen"
36+ repository = " https://github.com/canopen-python /canopen"
3737
3838[tool .setuptools ]
3939packages = [" canopen" ]
You can’t perform that action at this time.
0 commit comments