https://github.com/bitnom/wasmer-python-aio
https://github.com/bitnom/wasmer-python-aio
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitnom/wasmer-python-aio
- Owner: bitnom
- Created: 2024-08-02T04:56:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T05:25:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T13:24:12.770Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```sh
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```