File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,33 @@ pygccxml is a specialized XML reader that reads the output from GCCXML. It provi
11
11
Install
12
12
-------
13
13
14
- The package uses the Python distutils so you can do the usual procedure :
14
+ You can use pip to install pygccxml :
15
15
16
- python setup.py install
16
+ pip install pygccxml
17
+
18
+ To install from source, you can use the usual procedure:
17
19
18
- For more information about using the distutils see the Python manual
19
- "Installing Python Modules".
20
+ python setup.py install
20
21
21
22
Contact us
22
23
----------
23
24
24
- You can contact us through the gccxml mailing list: http://www.gccxml.org/mailman/listinfo/gccxml .
25
- For issues with pygccxml you can open an issue here: https://github.com/gccxml/pygccxml/issues .
25
+ You can contact us through the gccxml mailing list: http://www.gccxml.org/mailman/listinfo/gccxml
26
+
27
+ For issues with pygccxml you can open an issue here: https://github.com/gccxml/pygccxml/issues
26
28
27
29
Documentation
28
30
-------------
29
31
30
32
For examples and tutorials see the documentation: http://gccxml.github.io/pygccxml/
31
33
34
+ Branches
35
+ --------
36
+
37
+ The stable version can be found on the master branch.
38
+
39
+ The develop branch containes the latest improvements but can be unstable. Pull Requests should be done on the develop branch.
40
+
32
41
Testing and code coverage
33
42
-------------------------
34
43
You can’t perform that action at this time.
0 commit comments