mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
Use uv in the Justfile, refs #674
This commit is contained in:
parent
d328f7e765
commit
bf1ac778a3
3 changed files with 19 additions and 21 deletions
|
|
@ -81,15 +81,10 @@ All three of these tools are run by our CI mechanism against every commit and pu
|
|||
|
||||
.. _contributing_just:
|
||||
|
||||
Using Just and pipenv
|
||||
=====================
|
||||
Using Just and uv
|
||||
=================
|
||||
|
||||
If you install `Just <https://github.com/casey/just>`__ and `pipenv <https://pipenv.pypa.io/>`__ you can use them to manage your local development environment.
|
||||
|
||||
To create a virtual environment and install all development dependencies, run::
|
||||
|
||||
cd sqlite-utils
|
||||
just init
|
||||
If you install `Just <https://github.com/casey/just>`__ and `uv <https://github.com/astral-sh/uv>`__ you can use them to manage your local development environment.
|
||||
|
||||
To run all of the tests and linters::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue