https://github.com/jarvis-ai/iiau-sys-os
https://github.com/jarvis-ai/iiau-sys-os
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jarvis-ai/iiau-sys-os
- Owner: JARVIS-AI
- License: bsd-2-clause
- Created: 2023-04-26T05:10:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T09:30:49.000Z (about 3 years ago)
- Last Synced: 2025-03-17T16:51:06.309Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 5.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IIAU-SYS-OS
Project for OS class in IIAU
Compile :
```sh
python -m venv [VIRTUALENV_NAME]
source [VIRTUALENV_NAME]/bin/activate
python main.py
```
if you need to install packages before compile
```sh
pip list
pip install -r req.txt
```
Python version : 3.11.3
packages listed in req.txt
## License
BSD2 (AMSL)
Creadit please!
Thanks