[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user