mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 20:50:26 +01:00
Compare commits
2 Commits
21f5f34e4f
...
a9f8236ee6
| Author | SHA1 | Date | |
|---|---|---|---|
| a9f8236ee6 | |||
| ac9e010808 |
@@ -27,9 +27,10 @@ necessary packages:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
git clone https://github.com/aquatix/digimarks.git
|
git clone https://codeberg.org/diginaut/digimarks.git
|
||||||
cd digimarks
|
cd digimarks
|
||||||
mkvirtualenv digimarks # or whatever project you are working on
|
# direnv will now create or activate a virtualenv
|
||||||
|
# See https://github.com/direnv/direnv/wiki/Python#uv for direnv uv config
|
||||||
# If you just want to run it, no need for development dependencies
|
# If you just want to run it, no need for development dependencies
|
||||||
uv sync --active --no-dev
|
uv sync --active --no-dev
|
||||||
# Otherwise, install everything in the active virtualenv
|
# Otherwise, install everything in the active virtualenv
|
||||||
|
|||||||
Reference in New Issue
Block a user