Skip to content

Commit

Permalink
revert accidental merge conflicts in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Jun 21, 2023
1 parent 5b8c926 commit 0c6ea23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/idsse_common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c6ea23

Please sign in to comment.