- clone repo
- create a virtual environment (venv)
- windows:
python -m venv utmist-chatbot-env
- mac/unix:
python3 -m venv utmist-chatbot-env
- windows:
- make sure you are in the project directory and activate the (venv).
- windows (powershell):
utmist-chatbot-env\Scripts\activate
- windows (bash):
source utmist-chatbot-env/Scripts/activate
- mac/unix:
source utmist-chatbot-env/bin/activate
- windows (powershell):
- next install dependencies via
pip install requirements.txt
- if the above command fails run:
pip install --upgrade -r requirements.txt --user
- if the above command fails run:
-
Notifications
You must be signed in to change notification settings - Fork 0
License
UTMIST/chatbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published