You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-dev.rst
+23-16Lines changed: 23 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Releasing
15
15
Building the Docs
16
16
=================
17
17
18
-
To build and preview the documentation for the ScyllaDB Python driver locally, you must first manually install `python-driver`.
18
+
To build and preview the documentation for the ScyllaDB Python driver locally, you must first manually install `python-driver`.
19
19
This is necessary for autogenerating the reference documentation of the driver.
20
20
You can find detailed instructions on how to install the driver in the `Installation guide <https://python-driver.docs.scylladb.com/stable/installation.html#manual-installation>`_.
21
21
@@ -24,20 +24,28 @@ After installing the driver, you can build the documentation:
24
24
- Install poetry: ``pip install poetry``
25
25
- To preview docs in your browser: ``make -C docs preview``
26
26
27
+
Tooling
28
+
=======
29
+
30
+
We recommend using `uv` tool for running tests, linters and basically everything else,
31
+
since it makes Python tooling ecosystem mostly usable.
32
+
To install it, see instructions at https://docs.astral.sh/uv/getting-started/installation/
33
+
The rest of this document assumes you have `uv` installed.
The test will start the appropriate Scylla clusters when necessary but if you don't want this to happen because a Scylla cluster is already running the flag ``USE_CASS_EXTERNAL`` can be used, for example::
0 commit comments