Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change installation instructions to recommend pip
  • Loading branch information
pyth0n1c authored Jul 25, 2023
1 parent 5e6315c commit 05ba8f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ Testing is run using [GitHub Hosted Runners](https://docs.github.com/en/actions/


**Because contentctl uses a large number of dependencies, it's recommended to install contentctl in a virtual environment.
The instructions below use "poetry" and follow this recommendation. Poetry will automatically create a new virtual environment for you.
The instructions below using "poetry" ALSO follow this recommendation. Poetry will automatically create a new virtual environment for you.
It is typically recommended to install poetry to the Global Python Environment.**

#### Install via pip (coming soon):
#### Install via pip (recommended):
```
python3.9 -m venv .venv
source .venv/bin/activate
pip install splunk-contentctl
pip install contentctl
```

#### From Source (advanced)
Expand Down

0 comments on commit 05ba8f7

Please sign in to comment.