Skip to content

Commit 179c30f

Browse files
committed
Updated installation instructions.
1 parent e46fd46 commit 179c30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We recommend installing Python 3.8.6 using
3434

3535

3636
Install from PyPI:
37-
```bash
37+
```shell
3838
pip3 install --upgrade pip # CodeFlare requires pip >21.0
3939
pip3 install --upgrade codeflare
4040
```
@@ -53,7 +53,7 @@ You can try CodeFlare by running the docker image from [Docker Hub](https://hub.
5353

5454
The command below starts the most recent development build in a clean environment:
5555

56-
```bash
56+
```shell
5757
docker run --rm -it -p 8888:8888 projectcodeflare/codeflare:latest
5858
```
5959

0 commit comments

Comments
 (0)