mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add poetry run
This commit is contained in:
parent
c9dafadc27
commit
669d45606a
1 changed files with 3 additions and 1 deletions
|
@ -73,9 +73,11 @@ Run the following:
|
|||
python3 advlabdb/scripts/setup/server_setup.py
|
||||
----
|
||||
|
||||
After reboot:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
python3 -m advlabdb.scripts.setup.init_database
|
||||
poetry run python3 -m advlabdb.scripts.setup.init_database
|
||||
----
|
||||
|
||||
== Stop ssh to root
|
||||
|
|
Loading…
Reference in a new issue