Skip to content

Commit

Permalink
Update huak_python_manager README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Oct 14, 2023
1 parent af4d4e5 commit 65da9c8
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions crates/huak_python_manager/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 65da9c8

Please sign in to comment.