Skip to content

Commit

Permalink
#10765: Add NOTE in INSTALLING.md for pip 20.1.1 (#10940)
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim authored Jul 31, 2024
1 parent b920d75 commit 00f8558
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions INSTALLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,15 @@ We use CMake for our build flows.
source python_env/bin/activate
```

Note about Python environments: You do not have to use `create_venv.sh`. If you
are less familiar with Python and its various environment tools, just use
`create_venv.sh` as shown above and the pre-built environment.
> [!NOTE]
>
> Note about Python environments: You do not have to use `create_venv.sh`. If you
> are less familiar with Python and its various environment tools, just use
> `create_venv.sh` as shown above and the pre-built environment.
>
> If you do choose to manage your own environment, please note that you must
> use Pip 20.1.1 or lower to install this project. This is the highest version
> of Pip that supports editable installs in the way that we use it.
### Option 2: From wheel

Expand Down

0 comments on commit 00f8558

Please sign in to comment.