Skip to content

Commit c74bd2b

Browse files
committed
Minor README update
1 parent ad670ac commit c74bd2b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,15 @@ An example how to start the service using waitress.
224224
waitress-serve --listen="*:8080" --call "esdlvalidator.api.manage:create_app"
225225
```
226226

227+
### Update pyESDL version
227228

228-
.githooks/.setup-hooks.sh
229-
Setting up Git hooks...
230-
✅ Git hook installed: .git/hooks/pre-push
229+
To work with the latest version of ESDL, make sure `pyESDL>={version}` in `requirements.txt` is updated and run pip install again.
230+
231+
```
232+
pip3 install -r requirements.txt
233+
```
231234

232-
<!-- TODO: say sth. about pyesdl? -->
233-
<!-- ### Deprecated: Update static ESDL metamodel code
235+
<!-- ### DEPRECATED: Update static ESDL metamodel code
234236
235237
To update the ESDL code to work with the latest version of the ESDL ecore model, update esdl.ecore to the latest version
236238
and run

0 commit comments

Comments
 (0)