File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -54,42 +54,51 @@ the operating system you use.
5454
5555 === "Pip"
5656 ```
57- pip install alive-progress lxml psutil pyside6 darkdetect strictyaml validators
57+ pip install .
5858 ```
5959
6060 === "Hatch"
6161
62- 1. Install Poetry if you haven't already:
62+ 1. Install Hatch if you haven't already:
6363
6464 ```
6565 pip install hatch
6666 ```
6767
68- 2 . Enter the Hatch virtual environment:
68+ 1 . Enter the Hatch virtual environment:
6969
7070 ```
7171 hatch shell
7272 ```
7373
74+ !!! info
75+ To exit the environment at any time, run the `exit` command.
76+
77+ 1. Install Retool's dependencies in the environment:
78+
79+ ```
80+ pip install .
81+ ```
82+
7483 !!! info
7584 On systems that have both Python 2 and 3 installed, you might need to run `pip3`
7685 instead of `pip`.
7786
7887 1. Download the latest clone lists and metadata files:
7988
8089 ```
81- retool.py --update
90+ retool --update
8291 ```
8392
8493 !!! info
8594 On some operating systems you might need to prefix Python files with `python3`
8695 or `python` to run them.
8796
88- 1. You can now run `retool.py ` or `retoolgui.py` with Python .
97+ 1. You can now run `retool` or `retoolgui` .
8998
9099 **Linux issues**
91100
92- If you get a libxcb error in Linux when launching `retoolgui.py `, this fixed
101+ If you get a libxcb error in Linux when launching `retoolgui`, this fixed
93102 the problem for me in Ubuntu 20.04:
94103
95104 ```
You can’t perform that action at this time.
0 commit comments