Skip to content

Commit

Permalink
Fix some linux developer_guide.md comments that didn't show up at tim…
Browse files Browse the repository at this point in the history
…e of merge (#588)

[skip ci]

Clicked merge before some of #575 's comments showed up.
  • Loading branch information
renxida authored Nov 22, 2024
1 parent 395f2f1 commit a6cb442
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ sudo apt update && sudo apt install -y clang lld

Install:

```
python-is-python3 python3-venv python3-dev
```bash
sudo apt install python-is-python3 python3-venv python3-dev
```

<details>

<summary> Or, alternatively, use `pyenv` to manage a separate python installation for more control over its version: </summary>


The following instructions are taken from pyenv's guide here: https://github.com/pyenv/pyenv?tab=readme-ov-file#a-getting-pyenv

First, install pyenv and its dependencies.

```bash
Expand Down

0 comments on commit a6cb442

Please sign in to comment.