File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,14 @@ For the impatient:
96
96
97
97
$ pybombs run gnuradio-companion
98
98
99
+ ## Platform-specific instructions
100
+
101
+ Some platforms have their own idiosyncrasies. Platforms that require special
102
+ attention are listed here:
103
+
104
+ - [ OpenSUSE] ( opensuse.md )
105
+ - [ CentOS] ( centos.md )
106
+
99
107
## Prefixes
100
108
101
109
A prefix is a directory into which packages are installed.
Original file line number Diff line number Diff line change
1
+ # Using PyBOMBS on CentOS
2
+
3
+ ## CentOS 6
4
+
5
+ CentOS 6 is currently not supported. PyBOMBS requires at least Python 2.7,
6
+ which is not the default on CentOS 6. Manual workarounds may apply.
7
+
Original file line number Diff line number Diff line change
1
+ # Using PyBOMBS on OpenSUSE
2
+
3
+ - A raw OpenSUSE is not able to run setuptools to install modules that require
4
+ compilation, e.g. ruamel.yaml. If ` pip install pybombs ` or installing PyBOMBS
5
+ via setup.py fails, try manually install ruamel.yaml, or install compilers
6
+ and Python development headers manually before starting to use PyBOMBS.
You can’t perform that action at this time.
0 commit comments