You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/development.rst
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,19 @@ Contributing
8
8
Contribute to source code, documentation, examples and report issues:
9
9
https://github.com/hardbyte/python-can
10
10
11
+
There is also a `python-can <https://groups.google.com/forum/#!forum/python-can>`__
12
+
mailing list for development discussion.
13
+
11
14
12
15
Building & Installing
13
16
---------------------
14
17
15
-
This assumes that the commands are executed from the root of the repository:
18
+
The following assumes that the commands are executed from the root of the repository:
16
19
17
20
- The project can be built and installed with ``python setup.py build`` and
18
-
``python setup.py install``.
19
-
- The unit tests can be run with ``python setup.py test``. The tests can be run with `python2` and `python3` to check with both major python versions, if they are installed.
21
+
``python setup.py install``.
22
+
- The unit tests can be run with ``python setup.py test``. The tests can be run with `python2`
23
+
and `python3` to check with both major python versions, if they are installed.
20
24
- The docs can be built with ``sphinx-build doc/ doc/_build``.
21
25
22
26
@@ -54,7 +58,7 @@ The modules in ``python-can`` are:
0 commit comments