Skip to content

Commit c128988

Browse files
committed
set verbose by default to make the install more clear
1 parent 3112eeb commit c128988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you are using the python-only version of the code you can install the code di
5959
Make sure to use the tag corresponding to the version of the firmware that you are using. For example, if we use the 1.5.4 tag: (see the [tags](https://github.com/pollen-robotics/poulpe_ethercat_controller/tags))
6060

6161
```shell
62-
pip install git+https://github.com/pollen-robotics/[email protected]#subdirectory=python_client
62+
pip install git+https://github.com/pollen-robotics/[email protected]#subdirectory=python_client --verbose
6363
```
6464

6565
NOTE:

docs/installation/python_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `poulpe_ethercat_controller` crate provides a GRPC server and client interfa
1111
The simplest way of obtaining the python client is to pip install the code directly from the git the repository, using the tag corresponding to the version of the firmware that you are using. For example, if we use the 1.5.4 tag: (see the [tags](https://github.com/pollen-robotics/poulpe_ethercat_controller/tags))
1212

1313
```shell
14-
pip install git+https://github.com/pollen-robotics/[email protected]#subdirectory=python_client
14+
pip install git+https://github.com/pollen-robotics/[email protected]#subdirectory=python_client --verbose
1515
```
1616

1717
NOTE:

0 commit comments

Comments
 (0)