Skip to content

Commit

Permalink
Merge pull request #173 from oleole39/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alexAubin authored Dec 9, 2024
2 parents 731f783 + 56c2c5d commit ff6d1fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
Static analyzer that checks for common issues in Yunohost apps

## Usage
Make sure your `python --version` is >=3.11.0

```bash
git clone https://github.com/YunoHost/package_linter
cd package_linter
git clone https://github.com/<organization>/<app>_ynh
python -m venv ./venv # create vritual environment to avoid dependencies' conflict
source venv/bin/activate
pip install -r requirements.txt
./package_linter.py <app>_ynh
deactivate # if you want to quit the virtual environment
```

0 comments on commit ff6d1fe

Please sign in to comment.