wusskk / repy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repy

[English]|[Chinese]

This is a library for generating an embedded Python environment.

Usage

1. Initialization

repy init --version $(python_version)
# python_version should be in the form x.y.z, for example, 3.12.6

2. Download pip packages

# Download packages
repy install <package1> <package2> ...

# Specify mirror URL
repy install <package1> --proxy $(url)

About

License:MIT License


Languages

Language:Rust 100.0%