Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgengaldal authored Jul 23, 2024
1 parent 735bb6c commit 06b8992
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions algorithm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ cd algorithm
python -m venv ".venv"
```

Lag så en fil i `.\.venv\Lib\site-packages` som slutter på `.pth` og inneholder den absolutte filstien til `mip_matching`-mappen.

```
.\.venv\Scripts\activate
python -m pip install -r requirements.txt
pip install -e .
pip install -r requirements.txt
```

## TODOs
Expand Down

0 comments on commit 06b8992

Please sign in to comment.