S5_AR01/README.md
2024-10-08 09:33:51 +02:00

10 lines
164 B
Markdown

# Create pyhton virtul envionnement
python3 -m venv ./venv
source ./venv/bin/activae
# Install dependancies
pip3 install -r requirements.txt
# Init rasa project