https://github.com/ammaraskar/pyverpisor
https://github.com/ammaraskar/pyverpisor
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammaraskar/pyverpisor
- Owner: ammaraskar
- Created: 2023-11-29T21:11:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T22:46:55.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:41:27.770Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyVerpisor - Hypervisor in Python
What it says on the tin.
### Why?
Wrong question.
### Why not?
Yup.
## Installing Dependencies
`pip install -r requirements_dev.txt`
or
`pip install -r requirements.txt`
## Testing
`python -m pytest`