commit 2f356cd1ec86b6e530048fdcf6933e5076be4c5c parent 1fbfc1095e9306c34bc40ed6bda331dc58739093 Author: Carlosokumu <carlosokumu254@gmail.com> Date: Wed, 13 Aug 2025 20:07:30 +0300 update README.md Diffstat:
| M | README.md | | | 18 | ++++++++++++++++-- |
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -7,6 +7,20 @@ - Python 3.8+ - pip 20.0+ + +## Setup (Recommended) + +### 1. Create a Virtual Environment +First, create and activate a virtual environment to isolate the project dependencies: + +```bash +python3 -m venv venv +``` + +``` +source venv/bin/activate +``` + ## Installation #### Editable Mode @@ -18,4 +32,5 @@ pip install -e . ## Without Installation ```bash python3 -m calendarapp.runnable.calendar_cli -``` -\ No newline at end of file +``` +