Skip to content

Commit

Permalink
📝 docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Nov 3, 2024
1 parent 0859d36 commit b1c998a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Nanoflow is a simple and efficient workflow framework for Python. It allows you
- Retry functionality for tasks
- GPU resource management for parallel task execution
- Support flow matrix and task matrix
- Dynamic update resource pool

## Roadmap

Expand All @@ -37,7 +38,7 @@ Nanoflow is a simple and efficient workflow framework for Python. It allows you

### Installation using pip/pipx/uv

Before this, please ensure that Python 3.10 or above is installed, along with pip.
Before this, please ensure that Python 3.12 or above is installed, along with pip.

```shell
pip install nanoflow
Expand Down

0 comments on commit b1c998a

Please sign in to comment.