From 6d669a62f8a0326082493a7491c5cde22fcf6071 Mon Sep 17 00:00:00 2001 From: "Tomoya.Fujita" Date: Sun, 21 Jul 2024 06:46:36 -0700 Subject: [PATCH] a few cosmetic fixes for README.md. Signed-off-by: Tomoya.Fujita --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2bcb366..59ac6f1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' @@ -223,9 +223,6 @@ passed tests, run: python3 -m pytest -rP --log-level=DEBUG -k full_package ``` - - - ## Contributing TODO