This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
ai-virtual-assistant/py/venv.sh
2024-09-16 11:44:35 +02:00

5 lines
79 B
Bash

#!/bin/bash
virtualenv venv
source venv/bin/activate
pip install transformers