Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Install instructions
  • Loading branch information
whoot authored Feb 27, 2023
1 parent f274b67 commit fc00665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Typo3Scan works with [Python 3](http://www.python.org/download/) version **>= 3.

You can install all required packages with pip3:

python3 -m pip install -r requirements.txt
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install -r requirements.txt

## Usage

Expand Down

0 comments on commit fc00665

Please sign in to comment.