Skip to content

Commit

Permalink
Fix README.md section about testing (conan-io#16326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABBAPOH authored and franramirez688 committed May 29, 2024
1 parent cbbe9ee commit e3f8ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You can run Conan from source in Windows, MacOS, and Linux:
Feedback and contribution are always welcome in this project.
Please read our [contributing guide](https://github.com/conan-io/conan/blob/develop2/.github/CONTRIBUTING.md).
Also, if you plan to contribute, please add some testing for your changes. You can read the [Conan
tests guidelines section](https://github.com/conan-io/conan/blob/develop2/conans/test/README.md) for
tests guidelines section](https://github.com/conan-io/conan/blob/develop2/test/README.md) for
some advice on how to write tests for Conan.

### Running the tests
Expand All @@ -84,6 +84,7 @@ some advice on how to write tests for Conan.
**Install Python requirements**

```bash
$ python -m pip install -r conans/requirements.txt
$ python -m pip install -r conans/requirements_server.txt
$ python -m pip install -r conans/requirements_dev.txt
```
Expand Down

0 comments on commit e3f8ae7

Please sign in to comment.