diff --git a/crates/huak_python_manager/README.md b/crates/huak_python_manager/README.md index ad63e9b0..5b817ab6 100644 --- a/crates/huak_python_manager/README.md +++ b/crates/huak_python_manager/README.md @@ -1,18 +1,5 @@ # Python Manager -A Python interpreter management system for Huak. - -## Usage - -``` -huak_python_manager install 3.11 -``` +> This crate is a work-in-progress. -## How it works - -### Installing a Python interpreter - -1. Fetch the interpreter from https://github.com/indygreg/python-build-standalone using GitHub API. -1. Validate the checksum of the interpreter. -1. Extract the interpreter using `tar`. -1. Place the interpreter in Huak's home directory (~/.huak/bin/). +A Python interpreter management system for Huak.