Skip to content
Snippets Groups Projects
Commit 285f607f authored by James Abrenica's avatar James Abrenica
Browse files

moved the directory of readme

parent 9d9a8195
No related branches found
No related tags found
Loading
......@@ -16,10 +16,10 @@ A FastAPI application for logging chatbot and user events to MongoDB.
cd chatbot-custom-logger-fast-api
2. **Create and activate a virtual environment**:
python -m venv venv
# On Windows
**On Windows**
venv\Scripts\activate
(`.\venv\Scripts\activate`)
# On macOS/Linux
**On macOS/Linux**
source venv/bin/activate
3. **Install dependencies:**:
pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment