forked from peterpakos/check_perccli
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Radoslav Bodó
committed
Jun 10, 2024
1 parent
bea1e09
commit b0355d4
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,10 @@ git clone | |
``` | ||
git clone [email protected]:bodik/perccli-status.git /opt/perccli-status | ||
cd /opt/perccli-status | ||
python3 -m venv venv | ||
make install-dev | ||
. venv/bin/activate | ||
pip install -r requirements-dev.lock | ||
make coverage | ||
make lint | ||
make build-deb | ||
``` |