Skip to content

Commit 106bf8d

Browse files
committed
doc: add info
1 parent 8e0cd26 commit 106bf8d

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

README.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ Algorithms and data structures implemented in Python. Here you'll find:
1818
- Implementations of algorithms and data structures
1919
- Solutions for problems, prompts, challenges, and popular interview questions
2020

21-
## Usage
22-
23-
### Installation
21+
## Installation
2422

2523
To install the project dependencies, you can either use [poetry][80] and
2624
`poetry install` (recommended), or install the dependencies globally and manually using
@@ -32,14 +30,13 @@ cd algorithms-and-data-strcutrues-py
3230
poetry install # Install all packages in the local virtual environment
3331
```
3432

35-
### Unit Testing
33+
## Unit Testing
3634

3735
```bash
3836
poetry run pytest # Run al unit tests using local virtual environment
39-
pytest # Run all unit tests using global environment
4037
```
4138

42-
### Other Poetry Commands
39+
## Other Poetry Commands
4340

4441
```bash
4542
poetry shell # Activate shell inside local virtual environment
@@ -67,21 +64,12 @@ Code reviews, pull requests, issues, and discussions are always welcome!
6764
- [pytest][81]
6865

6966
- Static type check
67+
- pyright
7068
- [mypy][82]
7169

72-
- Style, linting, formatting, and other static analysis
70+
- Style, linting, formatting
7371
- [flake8][83]
7472
- [black][85]
75-
- [prospector][84]
76-
77-
## Similar Resources
78-
79-
You can find similar repositories for other languages in the following links:
80-
81-
- [Haskell][103]
82-
- [JavaScript][101]
83-
- [SML][104]
84-
- [OCaml][102]
8573

8674
---
8775

0 commit comments

Comments
 (0)