File size: 306 Bytes
a8f1577 3ea44b2 a8f1577 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
title: Teamtrack Ai
emoji: 📚
colorFrom: yellow
colorTo: purple
sdk: docker
pinned: false
---
python3 -m venv venv
venv\Scripts\activate
pip freeze > requirements.txt
pip install -r requirements.txt
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|