From c233c627e72c15288290a0f55d9f5832051c1c61 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 23 May 2024 12:22:25 +0300 Subject: [PATCH] Fix README.md section about testing (#16326) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c27a1ad2ed..8c76da2cdc9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ```