Skip to content

Commit

Permalink
a few cosmetic fixes for README.md. (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
fujitatomoya authored Jul 22, 2024
1 parent 3e598e2 commit 70baa42
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ apt install -y python3-rosdoc2
#### Installation from PyPI

You may also install rosdoc2 from [PyPI](https://pypi.org/project/rosdoc2).
If you do so, we recommend you install and use it from a [virtualenv][].
If you do so, we recommend you install and use it from a [virtualenv](https://docs.python.org/3/library/venv.html).

```
python3 -m pip install rosdoc2
Expand All @@ -64,7 +64,7 @@ python3 -m pip install rosdoc2
#### Installation from source

You can also use pip to install rosdoc2 from source.
Again, we recommend you install and use it from a [virtualenv][].
Again, we recommend you install and use it from a [virtualenv](https://docs.python.org/3/library/venv.html).

```
python3 -m pip install --upgrade 'git+https://github.com/ros-infrastructure/rosdoc2@main'
Expand Down Expand Up @@ -223,9 +223,6 @@ passed tests, run:
python3 -m pytest -rP --log-level=DEBUG -k full_package
```




## Contributing

TODO
Expand Down

0 comments on commit 70baa42

Please sign in to comment.