1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

add missing Centos requirement

This commit is contained in:
checktheroads
2020-07-19 12:18:40 -07:00
parent 212edf3266
commit 3681f0c109
2 changed files with 1 additions and 3 deletions

View File

@@ -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
```

View File

@@ -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";