Skip to content

Commit 42c6499

Browse files
committed
update readme and ci.
1 parent 7d8e557 commit 42c6499

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git submodule update --init --recursive
8686
python -m pip install --upgrade pip
87-
python -m pip install --src deps -r requirements.txt
87+
python -m pip install -r requirements.txt
8888
8989
- name: Build
9090
run: python -m pip install -v .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this project, we provide interfaces for various geometric operations on 2D/3D
2727
To install the LIMAP Python package:
2828
```
2929
git submodule update --init --recursive
30-
python -m pip install --src deps -r requirements.txt
30+
python -m pip install -r requirements.txt
3131
python -m pip install -Ive .
3232
```
3333
To double check if the package is successfully installed:

0 commit comments

Comments
 (0)