Skip to content

Commit 2d4ed78

Browse files
Update readme with pip install instruction from PyPI
1 parent 1e85c51 commit 2d4ed78

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Basic packages containing all the Python dependencies for the Coder Dojo Sessions.
44

55
## Installation
6+
You can install the package from PyPI using the following command.
7+
8+
```shell
9+
'pip install "coder-dojo-common-python[games,data]"
10+
```
11+
612
713
You can install the package from GitHub using the following command.
814
@@ -47,4 +53,9 @@ requests = { version = "^2.28.2", optional = true } # Package added as optional
4753
[tool.poetry.extras]
4854
#...existing extras...
4955
web = ["requesets"] # A new extra 'web'
56+
```
57+
58+
### Build package
59+
```shell
60+
poetry build
5061
```

0 commit comments

Comments
 (0)