File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,13 +224,15 @@ An example how to start the service using waitress.
224224waitress-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
235237To update the ESDL code to work with the latest version of the ESDL ecore model, update esdl.ecore to the latest version
236238and run
You can’t perform that action at this time.
0 commit comments