Skip to content

Commit

Permalink
Close #LGVISIUM-51: Edited the README to make it possible to install …
Browse files Browse the repository at this point in the history
…the python packages from a zsh terminal
  • Loading branch information
dcleres committed Jul 29, 2024
1 parent d21d8a5 commit 781135e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ The below commands will install the package for you (assuming you have successfu
```bash
python -m venv env
source env/bin/activate
pip install -e .[all]
pip install -e '.[all]'
```

Alternatively you can replace the `pip install -e .[all]` command with `pip install git+https://github.com/swisstopo/swissgeol-boreholes-dataextraction.git` in production scenarios.
Alternatively you can replace the `pip install -e '.[all]'` command with `pip install git+https://github.com/swisstopo/swissgeol-boreholes-dataextraction.git` in production scenarios.

## Run data extraction
To execute the data extraction pipeline, follow these steps:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies = [
"levenshtein",
"pathlib",
"python-dotenv",
"setuptools",
"scikit-learn>=1.4.0",
"click>=8.0.0",
"PyYAML>=6.0.1",
Expand Down

0 comments on commit 781135e

Please sign in to comment.