Skip to content

Commit 30d547c

Browse files
Updated docs
1 parent 829a66c commit 30d547c

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

docs/download.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

docs/how-to-use-retool-cli.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ you're new to DAT file management, it might be beneficial to spend some time rea
1010
[terminology](terminology.md), and after you've filtered a DAT file with Retool, check
1111
out the help documentation for your favorite ROM manager to learn how to use it.
1212

13-
!!! Info
14-
Depending on your operating system, all Python commands in this guide might need to be
15-
prefixed with `python` or `python3` to work.
16-
1713
## Get started
1814

1915
The following sections cover the initial setup for Retool.
@@ -40,14 +36,14 @@ In your terminal/Command Prompt, change the folder to where Retool is installed,
4036
then run the following command:
4137

4238
```
43-
retool.py -h
39+
retool -h
4440
```
4541

4642
This shows all the options available to you.
4743

4844
To process a DAT file without any options, enter the following command:
4945

50-
<pre><code>retool.py <span class="variable">PATH_TO_DAT_FILE</span></code></pre>
46+
<pre><code>retool <span class="variable">PATH_TO_DAT_FILE</span></code></pre>
5147

5248
## The user-config.yaml file
5349

0 commit comments

Comments
 (0)