Skip to content

Commit

Permalink
fixed missing upgrade strings
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkoester committed May 24, 2024
1 parent c77c06b commit bfce95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ QuiltiX is a graphical node editor to edit, and author [MaterialX](https://mater
- [License](#license)

## Requirements
QuiltiX requires Python 3.9+ as well as compiled versions of USD and MaterialX.
QuiltiX requires Python 3.11+ as well as compiled versions of USD and MaterialX.

## Installation
### From PyPi
Expand All @@ -48,7 +48,7 @@ If you additionally require pre-built binaries for MaterialX & USD we currently
On Linux/Mac you need to provide your own binaries for now. Here are linked instructions for [MaterialX](https://github.com/AcademySoftwareFoundation/MaterialX/tree/main#quick-start-for-developers) & [OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD/blob/release/BUILDING.md)
```shell
pip install QuiltiX
pip install git+https://github.com/PrismPipeline/OpenUSD_build.git@23.11-win-mtlx-1.38.8
pip install git+https://github.com/PrismPipeline/OpenUSD_build.git@24.03-win-mtlx-1.38.9
```

### From Zip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "QuiltiX"
version = "0.6.0"
version = "0.6.1"
description = "MaterialX Graphical Node Editor"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit bfce95c

Please sign in to comment.