We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46fd46 commit 179c30fCopy full SHA for 179c30f
docs/source/getting_started/installation.md
@@ -34,7 +34,7 @@ We recommend installing Python 3.8.6 using
34
35
36
Install from PyPI:
37
-```bash
+```shell
38
pip3 install --upgrade pip # CodeFlare requires pip >21.0
39
pip3 install --upgrade codeflare
40
```
@@ -53,7 +53,7 @@ You can try CodeFlare by running the docker image from [Docker Hub](https://hub.
53
54
The command below starts the most recent development build in a clean environment:
55
56
57
docker run --rm -it -p 8888:8888 projectcodeflare/codeflare:latest
58
59
0 commit comments