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

moved the directory of readme

parent 285f607f
No related branches found
No related tags found
No related merge requests found
......@@ -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