forked from lijiext/lammps
updated doc build readme for current Fedora and RHEL/CentOS
This commit is contained in:
parent
f8d6b979ec
commit
56d0ab9474
|
@ -14,8 +14,8 @@ make clean-all # remove entire build folder and any cached data
|
||||||
|
|
||||||
## Installing prerequisites
|
## Installing prerequisites
|
||||||
|
|
||||||
To run the documention build toolchain Python 3 and virtualenv have to be
|
To run the documention build toolchain, Python 3 and virtualenv have
|
||||||
installed. Here are instructions for common setups:
|
to be installed. Here are instructions for common setups:
|
||||||
|
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
|
|
||||||
|
@ -23,10 +23,16 @@ installed. Here are instructions for common setups:
|
||||||
sudo apt-get install python-virtualenv
|
sudo apt-get install python-virtualenv
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fedora
|
### Fedora (up to version 21), Red Hat Enterprise Linux or CentOS (up to version 7.x)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yum install python3-virtualenv
|
||||||
```
|
```
|
||||||
sudo yum install python-virtualenv
|
|
||||||
|
### Fedora (since version 22)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo dnf install python3-virtualenv
|
||||||
```
|
```
|
||||||
|
|
||||||
### MacOS X
|
### MacOS X
|
||||||
|
|
Loading…
Reference in New Issue