Skip to content

Commit 96aa436

Browse files
committed
docs: enhance README with table of contents, installation guide, and features section
- Add comprehensive table of contents for easy navigation - Include detailed installation steps with virtual environment setup - Add usage examples showing how to run and import algorithms - Create features section listing all algorithm categories - Add explicit license section with MIT License information - Expand contributing section with quick start guide - Add about section explaining repository purpose Fixes #13111
1 parent 63de429 commit 96aa436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ All implementations include:
9191
2. **Set up a virtual environment (recommended)**
9292
```bash
9393
python -m venv venv
94-
94+
9595
# On Windows
9696
venv\Scripts\activate
97-
97+
9898
# On macOS/Linux
9999
source venv/bin/activate
100100
```

0 commit comments

Comments
 (0)