[FR] Update readme with wsl instructions for py312 (#3649)

* Update README

* Removed DaC Specifics

* Add troubleshooting guide.

* Update Troubleshooting.md

Co-authored-by: Mika Ayenson <Mikaayenson@users.noreply.github.com>

---------

Co-authored-by: Mika Ayenson <Mikaayenson@users.noreply.github.com>
This commit is contained in:
Eric Forte
2024-05-07 13:50:40 -04:00
committed by GitHub
parent 4a2e2764cd
commit 65441b8e67
2 changed files with 57 additions and 0 deletions
+3
View File
@@ -89,6 +89,9 @@ pip3 install git+https://github.com/elastic/detection-rules.git#subdirectory=kql
pip3 install lib/kibana lib/kql
```
Remember, make sure to activate your virtual environment if you are using one. If installed via `make`, the associated virtual environment is created in `env/detection-rules-build/`.
If you are having trouble using a Python 3.12 environment, please see the relevant section in our [troubleshooting guide](./Troubleshooting.md).
To confirm that everything was properly installed, run with the `--help` flag
```console
$ python -m detection_rules --help