How to install RustPython/RustPython. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
RustPython/RustPython Installation Guide
How to install RustPython/RustPython. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for RustPython/RustPython. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i RustPython/RustPythonor
Install via npx
npx @hexmos/ipm i RustPython/RustPythonPrerequisites
Rust
languageVersion: 1.67.1 or later (e.g., 1.67.1, 1.68.0, etc.)
Python 3 (CPython >= 3.13.0)
languageVersion: 3.13.0 or later
Git
system_toolFor cloning the repository.
Cargo
build_toolVersion: 1.50.0 or later
WebAssembly (WASM)
system_toolFor compiling RustPython to WASM.
Clang
build_toolVersion: 14.0.2 or later
Make
system_toolFor building the project.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone and Run Demo
git clone https://github.com/RustPython/RustPython.git
cd RustPython
cargo run --release demo_closures.pyInstall using conda
conda install -c conda-forge rustpythonPost Installation Steps
- Open the terminal and run `cargo run --release demo_closures.py` to start the interactive Python interpreter.
- To access the web interface, open your browser and navigate to http://localhost:8000/.
