diff --git a/python/idsse_common/README.md b/python/idsse_common/README.md index b8515e12..06f1c666 100644 --- a/python/idsse_common/README.md +++ b/python/idsse_common/README.md @@ -53,12 +53,14 @@ this. The initial packaging for the project uses [setuptools](https://setuptools ## Build and Install -To manually install the package on your local instance pull the data-access-service from the repository and go into idsse_common +To manually install the package on your local instance pull the idss-engine-common from the repository and navigate into idsse_common -From the project root directory `data-access-service/idsse_common`: +From the directory `/idss-engine-common/python/idsse_common`: `$ python3 setup.py install` +**NOTE** Python 3.11+ is required to install and use this package, it won't work on earlier versions of python + ## Using the package Once installed elements from the package can be imported directly into code. For example: