File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,16 @@ Basic packages containing all the Python dependencies for the Coder Dojo Session
4
4
5
5
## Installation
6
6
7
- [ // ] : # ( TODO: Update documentation )
7
+ You can install the package from GitHub using the following command.
8
+
9
+ ``` shell
10
+ pip install ' coder_dojo_common_python[games,data] @ https://github.com/Stedders/coder-dojo-common-python/releases/download/v0.0.1/coder_dojo_common_python-0.0.1-py3-none-any.whl'
11
+ ```
12
+
13
+ This will install the games and data packages for the v0.0.1 release.
14
+
15
+ As packages are updated or new packages added a new version will be published, please check the latest version
16
+ at https://github.com/Stedders/coder-dojo-common-python/releases .
8
17
9
18
## Development
10
19
@@ -26,7 +35,8 @@ poetry add requests --optional
26
35
27
36
You will then need to update the extra information to ensure the package is in the correct group.
28
37
29
- Either update the appropriate extras section or create a new section under extras in the [ pyproject.toml] ( pyproject.toml ) file.
38
+ Either update the appropriate extras section or create a new section under extras in
39
+ the [ pyproject.toml] ( pyproject.toml ) file.
30
40
31
41
``` toml
32
42
[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments