Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: zliu3 <[email protected]>
  • Loading branch information
zliu3 committed May 23, 2024
1 parent 42e0e42 commit 0b2df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ The simplest way to hit the ground running if you want to contribute with code i

Launch a python container
```shell
localhost$ docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) python:3.7-stretch bash
localhost$ docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) python:3.11-slim-bullseye bash
```

Install the project and test dependencies in developer mode
Expand Down

0 comments on commit 0b2df97

Please sign in to comment.