We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6be21 commit 48cc1c2Copy full SHA for 48cc1c2
README.md
@@ -16,7 +16,7 @@ $ pip install -U .
16
17
## Getting started
18
19
-Connect to local YDB throw SqlAlchemy:
+Connect to local YDB using SqlAlchemy:
20
21
```python3
22
import sqlalchemy as sa
@@ -34,12 +34,12 @@ with engine.connect() as conn:
34
35
### Run Tests:
36
37
-For run local YDB throw docker, run in source root:
+Run the command from the root directory of the repository to start YDB in a local docker container.
38
```bash
39
$ docker-compose up
40
```
41
42
-For run all tests from source root make:
+To run all tests execute the command from the root directory of the repository:
43
44
$ tox -e test-all
45
0 commit comments