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

moved the directory of readme

parent a9f9eee2
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,13 @@ A FastAPI application for logging chatbot and user events to MongoDB.
git clone https://github.com/yourusername/chatbot-custom-logger-fast-api.git
cd chatbot-custom-logger-fast-api
2. **Create and activate a virtual environment**:
```bash
python -m venv venv
```bash
## On Windows
venv\Scripts\activate
(`.\venv\Scripts\activate`)
```bash
## On macOS/Linux
source venv/bin/activate
3. **Install dependencies:**:
......
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