forked from mirrors/thatmattlove-hyperglass
add missing Centos requirement
This commit is contained in:
parent
212edf3266
commit
3681f0c109
2 changed files with 1 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ $ sudo apt install -y python3.6-dev python3-pip redis-server
|
|||
<TabItem value="rhel">
|
||||
|
||||
```shell-session
|
||||
$ sudo yum install centos-release-scl python3-devel rh-python36
|
||||
$ sudo yum install centos-release-scl scl-utils python3-devel rh-python36
|
||||
$ sudo scl enable rh-python36
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,7 @@ import SearchBar from "@theme/SearchBar";
|
|||
import useThemeContext from "@theme/hooks/useThemeContext";
|
||||
import useHideableNavbar from "@theme/hooks/useHideableNavbar";
|
||||
import useLockBodyScroll from "@theme/hooks/useLockBodyScroll";
|
||||
|
||||
import useMedia from "use-media";
|
||||
|
||||
import { ColorModeToggle } from "../../components/ColorModeToggle";
|
||||
import { GithubButton } from "../../components/GithubButton";
|
||||
import Logo from "../../components/Logo";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue