Skip to content

Commit

Permalink
Update installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPontius committed Jan 19, 2024
1 parent b3dac29 commit 1c256dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ Only Python < 3.11 supported!
- generate a virtual environment e.g. via `python -m venv "venv"`
- activate the virtual environment: `source venv/bin/activate`
- install the routing tool: `pip install -r /path-to-WRT/requirements.txt`
- install the python package for downloading the environmental data: `pip install git+https://github.com/52North/MariGeoRoute#subdirectory=data/maridatadownloader`
- install mariPower:
- request access to the respective git repository and clone it
- open setup.py in maripower directory
- delete requirement pickle
- fix smt to version 1.3.0 (`smt==1.3.9`)
- install maripower: `pip install -e maripower`

### Installation via the setup.py
Expand All @@ -27,9 +23,6 @@ Only Python < 3.11 supported!
- install the WRT: `/path/to/WRT/setup.py install`
- install mariPower:
- request access to the respective git repository and clone it
- open setup.py in maripower directory
- delete the requirement pickle
- fix smt to version 1.3.0 (`smt==1.3.9`)
- install maripower: `pip install -e maripower`

## Configuration
Expand Down

0 comments on commit 1c256dc

Please sign in to comment.