mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
docs(cloudshell): Add missing steps to workaround (#3191)
This commit is contained in:
committed by
GitHub
parent
2437fe270c
commit
fc3909491a
@@ -31,9 +31,10 @@ The limited storage that AWS CloudShell provides for the user's home directory c
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/prowler-cloud/prowler.git
|
git clone https://github.com/prowler-cloud/prowler.git
|
||||||
cd prowler
|
cd prowler
|
||||||
git checkout master
|
|
||||||
pip install poetry
|
pip install poetry
|
||||||
mkdir /tmp/pypoetry
|
mkdir /tmp/pypoetry
|
||||||
poetry config cache-dir /tmp/pypoetry
|
poetry config cache-dir /tmp/pypoetry
|
||||||
poetry shell
|
poetry shell
|
||||||
|
poetry install
|
||||||
|
python prowler.py -v
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user