Browse Source

Merge pull request #357 from Sluengo/patch-1

Updating Readme Quickstart instructions to include required python ve…
pull/387/head
Daniel Miessler 6 months ago committed by GitHub
parent
commit
fcd05ac70e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      README.md

3
README.md

@ -134,6 +134,9 @@ https://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/syste
The most feature-rich way to use Fabric is to use the `fabric` client, which can be found under <a href="https://github.com/danielmiessler/fabric/tree/main/installer/client">`/client`</a> directory in this repository.
### Required Python Version
Ensure you have at least python3.10 installed on you operating system. Otherwise, when you attempt to run the pip install commands, the project will fail to build certain dependencies.
### Setting up the fabric commands
Follow these steps to get all fabric related apps installed and configured.

Loading…
Cancel
Save