Skip to content

Commit

Permalink
fixed the pip requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
MemeSitar committed Apr 17, 2021
1 parent 0948997 commit 479a5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PyPVE currently supports:

Gracefully stops the LXC or QEMU virtual machine with the specified VMID.
## How to use?
The project is being developed on Python 3.9.1. Install the required packages with `pip install requirements` and create the required JSON files in the same folder as `main.py`:
The project is being developed on Python 3.9.1. Install the required packages with `pip install -r requirements.txt` and create the required JSON files in the same folder as `main.py`:

- `hosts.json`

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
proxmoxer>=1.1.1
typer>=0.3.2
requests>=2.25.1

0 comments on commit 479a5ef

Please sign in to comment.