Skip to content

Commit

Permalink
Installation using pyenv (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: hedger <hedger@users.noreply.github.com>
  • Loading branch information
kiriharu and hedger authored Dec 17, 2023
1 parent 889623c commit de5a03f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ uFBT uses your system's Python for running bootstrap code. Minimal supported ver

On first run, uFBT will download and install required SDK components from `release` update channel of official firmware. For more information on how to switch to a different version of the SDK, see [Managing the SDK](#managing-the-sdk) section.

### Using pyenv

If you are using `pyenv` to manage python versions, after installation you may need to run `pyenv rehash` to generate [shim](https://github.com/pyenv/pyenv#understanding-shims) for `ufbt` command.

## Usage

### Building & running your application
Expand Down

0 comments on commit de5a03f

Please sign in to comment.