Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/windows-icon-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jun 17, 2024
2 parents 3a82ee3 + 87ee42f commit 2fb6578
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 126 deletions.
4 changes: 2 additions & 2 deletions docs/build_guides/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ eval "$(pyenv virtualenv-init -)"
exec $SHELL

# install Python 3.9.x
pyenv install -v 3.9.6
pyenv install -v 3.9.13

# change path to repository
cd /path/to/OpenPype

# set local python version
pyenv local 3.9.6
pyenv local 3.9.13

```
</details>
Expand Down
4 changes: 2 additions & 2 deletions docs/build_guides/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ Easy way of installing everything necessary is to use [Homebrew](https://brew.sh
brew install openssl readline sqlite3 xz zlib

# replace with up-to-date 3.9.x version
pyenv install 3.9.6
pyenv install 3.9.13
```

5) Set local Python version:
```sh
# switch to AYON source directory
pyenv local 3.9.6
pyenv local 3.9.13
```

## Build
Expand Down
Loading

0 comments on commit 2fb6578

Please sign in to comment.