Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 420 Bytes

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)