Skip to content

Commit

Permalink
documentation #257 : move SDK api requirements to main requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Apr 8, 2024
1 parent 41ae19d commit 81dd988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
Use the following command to install:

```console
$ pip install -e .[pollen,dev]
$ pip install -e .[dev]
```

The *[dev]* option includes tools for developers. The *[pollen]* option contains custom Pollen Robotics repositories. It is essential but not included in the default installation because GitHub Actions cannot directly fetch from private repositories.
The *[dev]* option includes tools for developers.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install_requires =
pyquaternion==0.9.9
opencv-python==4.8.0.74
mobile-base-sdk@git+https://github.com/pollen-robotics/mobile-base-sdk.git
reachy2-sdk-api@git+ssh://[email protected]/pollen-robotics/reachy2-sdk-api.git#subdirectory=python

[options.packages.find]
where = src
Expand All @@ -34,7 +35,6 @@ dev = black==23.12.1
isort==5.13.2
types-protobuf==4.24.0.1
pdoc==14.4.0
pollen = reachy2-sdk-api@git+ssh://[email protected]/pollen-robotics/reachy2-sdk-api.git#subdirectory=python

[flake8]
exclude = *test*
Expand Down

0 comments on commit 81dd988

Please sign in to comment.