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

added readme file

parent b22d129c
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,12 @@ A FastAPI application for logging chatbot and user events to MongoDB.
2. **Create and activate a virtual environment**:
```bash
python -m venv venv
```bash
## On Windows
//On Windows
venv\Scripts\activate
(`.\venv\Scripts\activate`)
```bash
## On macOS/Linux
//On macOS/Linux
source venv/bin/activate
3. **Install dependencies:**:
```bash
......
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