Skip to content

hulo-lang/hulo-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hulo-py

Hulo Python

🚀 Quick Start

Install Hulo globally to get started:

pip install hulo

This package automatically detects your platform and installs the appropriate binary distribution.

📦 Platform-Specific Packages

If you prefer to install platform-specific packages directly:

macOS

pip install hulo --platform macosx_11_0_arm64    # Apple Silicon (M1/M2)
pip install hulo --platform macosx_10_9_x86_64   # Intel Mac

Linux

pip install hulo --platform manylinux_2_17_aarch64  # ARM64
pip install hulo --platform manylinux_2_17_i686     # 32-bit x86
pip install hulo --platform manylinux_2_17_x86_64   # 64-bit x86

Windows

pip install hulo --platform win_arm64   # ARM64
pip install hulo --platform win32       # 32-bit x86
pip install hulo --platform win_amd64   # 64-bit x86

This project is licensed under the MIT License. See LICENSE for more details.

Releases

No releases published

Packages

No packages published

Languages