@@ -44,6 +44,7 @@ python3 -m pip install kglab
44
44
If you work directly from this Git repo, be sure to install the
45
45
dependencies:
46
46
``` bash
47
+ python3 -m pip install -U pip
47
48
python3 -m pip install -r requirements.txt
48
49
```
49
50
@@ -89,13 +90,25 @@ graph libraries in Python:
89
90
90
91
91
92
<details >
92
- <summary >Contributing Code </summary >
93
+ <summary >Using Docker </summary >
93
94
94
- We welcome people getting involved as contributors to this open source
95
- project!
95
+ For a simple approach to running the tutorials, see use of _ docker compose _ :
96
+ < https://derwen.ai/docs/kgl/tutorial/#use-docker-compose >
96
97
97
- For detailed instructions please see:
98
- [ CONTRIBUTING.md] ( https://github.com/DerwenAI/kglab/blob/main/CONTRIBUTING.md )
98
+ Also, container images for each release are available on DockerHub:
99
+ < https://hub.docker.com/repository/docker/derwenai/kglab >
100
+
101
+ To build a container image and run it for the tutorials:
102
+ ``` bash
103
+ docker build --pull --rm -f " docker/Dockerfile" -t kglab:latest .
104
+ docker run -p 8888:8888 -it kglab
105
+ ```
106
+
107
+ To build and run a container image for testing:
108
+ ``` bash
109
+ docker build --pull --rm -f " docker/testsuite.Dockerfile" -t kglabtest:latest .
110
+ docker run --rm -it kglabtest
111
+ ```
99
112
</details >
100
113
101
114
@@ -117,23 +130,6 @@ section of the online documentation.
117
130
</details >
118
131
119
132
120
- <details >
121
- <summary >Using Docker</summary >
122
-
123
- To build a container image and run it for the tutorials:
124
- ``` bash
125
- docker build --pull --rm -f " docker/Dockerfile" -t kglab:latest .
126
- docker run -p 8888:8888 -it kglab
127
- ```
128
-
129
- To build and run a container image for testing:
130
- ``` bash
131
- docker build --pull --rm -f " docker/testsuite.Dockerfile" -t kglabtest:latest .
132
- docker run --rm -it kglabtest
133
- ```
134
- </details >
135
-
136
-
137
133
<details >
138
134
<summary >Semantic Versioning</summary >
139
135
@@ -149,6 +145,17 @@ See:
149
145
</details >
150
146
151
147
148
+ <details >
149
+ <summary >Contributing Code</summary >
150
+
151
+ We welcome people getting involved as contributors to this open source
152
+ project!
153
+
154
+ For detailed instructions please see:
155
+ [ CONTRIBUTING.md] ( https://github.com/DerwenAI/kglab/blob/main/CONTRIBUTING.md )
156
+ </details >
157
+
158
+
152
159
<img
153
160
alt="illustration of a knowledge graph, plus laboratory glassware"
154
161
src="https://github.com/raw/DerwenAI/kglab/main/docs/assets/logo.png "
@@ -194,6 +201,7 @@ and to our contributors:
194
201
[ @louisguitton ] ( https://github.com/louisguitton ) ,
195
202
[ @tomaarsen ] ( https://github.com/tomaarsen ) ,
196
203
[ @Mec-iS ] ( https://github.com/Mec-iS ) ,
204
+ [ @RishiKumarRay ] ( https://github.com/RishiKumarRay ) ,
197
205
[ @ArenasGuerreroJulian ] ( https://github.com/ArenasGuerreroJulian ) ,
198
206
[ @fils ] ( https://github.com/fils ) ,
199
207
[ @gauravjaglan ] ( https://github.com/gauravjaglan ) ,
0 commit comments