@@ -27,8 +27,8 @@ the operating system you use.
2727 1. In that folder, double click `retoolgui.exe`. A Command Prompt window opens, which
2828 shows the output when Retool is running. Don't close it, as this also closes the
2929 GUI.
30- 1. Click **File > Update clone lists** to download the latest clone lists and metadata
31- files.
30+ 1. Click **File > Update clone lists** to download the latest clone lists and
31+ metadata files.
3232
3333 !!! note
3434 Retool's binary is [UPX packed](https://upx.github.io/) to reduce its size on
@@ -49,8 +49,7 @@ the operating system you use.
4949 git clone https://github.com/unexpectedpanda/retool.git
5050 ```
5151
52- 1. Install Retool's dependencies, either with Pip or
53- [Hatch](https://hatch.pypa.io/):
52+ 1. Install Retool's dependencies, either with Pip or [Hatch](https://hatch.pypa.io/):
5453
5554 === "Pip"
5655 ```
@@ -71,18 +70,11 @@ the operating system you use.
7170 hatch shell
7271 ```
7372
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- ```
73+ To exit the environment at any time, run the `exit` command.
8274
8375 !!! info
84- On systems that have both Python 2 and 3 installed, you might need to run `pip3`
85- instead of `pip`.
76+ On systems that have both Python 2 and 3 installed, you might need to run
77+ `pip3` instead of `pip`.
8678
8779 1. Download the latest clone lists and metadata files:
8880
0 commit comments