updates to poetry based installation
This commit is contained in:
parent
fb21909dad
commit
a236ea2455
4 changed files with 146 additions and 30 deletions
27
docs/install2.md
Normal file
27
docs/install2.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Commands Used Ubuntu
|
||||
|
||||
```shell
|
||||
# get pip
|
||||
sudo apt install python3-pip python3-venv
|
||||
|
||||
# install pipx
|
||||
python3 -m pip install --user pipx
|
||||
python3 -m pipx ensurepath
|
||||
|
||||
# install invoke
|
||||
pipx install invoke
|
||||
|
||||
# install core
|
||||
inv install
|
||||
|
||||
# run daemon
|
||||
inv daemon
|
||||
|
||||
# run gui
|
||||
inv gui
|
||||
```
|
||||
|
||||
Commands Used CentOS
|
||||
|
||||
```shell
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue