File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 33## Installation
44
55Clone [ this repository] [ repo ] {: target ="_ blank"} and install the
6- dependencies. This project uses [ Poetry ] [ poetry ] {: target ="_ blank"} for
6+ dependencies. This project uses [ uv ] [ uv ] {: target ="_ blank"} for
77dependency management which should be installed on your system first.
88
99Install the dependencies:
1010
1111``` console
12- poetry install
12+ uv sync
1313```
1414
1515Then switch to the virtual environment:
1616
1717``` console
18- poetry shell
18+ # On Linux:
19+ source .venv/bin/activate
20+
21+ # On Windows:
22+ .venv\Scripts\activate
1923```
2024
2125## Usage
@@ -89,7 +93,7 @@ SQLite database.
8993DATABASE_URL = " sqlite+aiosqlite:///./test.db"
9094```
9195
92- [ poetry ] : https://python-poetry.org /
96+ [ uv ] : https://docs.astral.sh/uv /
9397[ postgres ] :https://www.postgresql.org/
9498[ docker ] :https://www.docker.com/
9599[ sqlite ] :https://www.sqlite.org/
You can’t perform that action at this time.
0 commit comments