Skip to content

Commit

Permalink
change instructions order
Browse files Browse the repository at this point in the history
  • Loading branch information
navistonks authored May 31, 2024
1 parent 7d3580a commit 5706d75
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,7 @@ scons -u -j$(nproc)

### Manual setup

**2. Setup pyenv**

Run the pyenv installer:

```bash
curl https://pyenv.run | bash
```

Then follow [the instructions from pyenv](https://github.com/pyenv/pyenv?tab=readme-ov-file#set-up-your-shell-environment-for-pyenv) to setup the shell environment.

After you're done, restart your shell:

```bash
exec "$SHELL"
```

**3. Install runtime dependencies**
**2. Install runtime dependencies**

Install the common requirements:

Expand All @@ -83,17 +67,32 @@ If you're using Ubuntu 20.04 ( Focal Fossa ):
sudo apt install libavresample-dev qt5-default python-dev
```

**4. Install development dependencies ( optional )**
**3. Install development dependencies ( optional )**

```bash
sudo apt install casync cmake make clinfo libqt5sql5-sqlite libreadline-dev libdw1 autoconf libtool bzip2 libarchive-dev libncursesw5-dev libportaudio2 locales
```

**5. Install development tools ( optional )**
**4. Install development tools ( optional )**

```bash
sudo apt install valgrind
```
**5. Setup pyenv**

Run the pyenv installer:

```bash
curl https://pyenv.run | bash
```

Then follow [the instructions from pyenv](https://github.com/pyenv/pyenv?tab=readme-ov-file#set-up-your-shell-environment-for-pyenv) to setup the shell environment.

After you're done, restart your shell:

```bash
exec "$SHELL"
```

**6. Install python through pyenv**

Expand Down

0 comments on commit 5706d75

Please sign in to comment.