Skip to content

Commit cc4385e

Browse files
committed
docs: Add files for CentOS and OpenSUSE
Currently not a lot of content.
1 parent bcbdae7 commit cc4385e

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ For the impatient:
9696

9797
$ pybombs run gnuradio-companion
9898

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+
99107
## Prefixes
100108

101109
A prefix is a directory into which packages are installed.

centos.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+

opensuse.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)