Skip to content

Commit

Permalink
Merge pull request #19 from ami-iit/traversaro-patch-1
Browse files Browse the repository at this point in the history
Specify --no-deps in pip install via conda
  • Loading branch information
Giulero authored Feb 15, 2022
2 parents 5fb8dc8 + 506672e commit eab69bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Activate the environment, clone the repo and install the library:
mamba activate adamenv
git clone https://github.com/dic-iit/ADAM.git
cd ADAM
pip install .
pip install --no-deps .
```

## :rocket: Usage
Expand Down

0 comments on commit eab69bd

Please sign in to comment.