huak
My experimental Python package manager.
File Explorer
Download Latest Version (.zip)- ci.yaml
- release.yaml
- spell-check.yaml
- dependabot.yaml
- cli.rs
- error.rs
- main.rs
- r#mod__tests__activate_help.snap
- r#mod__tests__add_help.snap
- r#mod__tests__build_help.snap
- r#mod__tests__clean_help.snap
- r#mod__tests__completion_help.snap
- r#mod__tests__fix_help.snap
- r#mod__tests__fmt_help.snap
- r#mod__tests__help-2.snap
- r#mod__tests__help.snap
- r#mod__tests__init_help.snap
- r#mod__tests__install_help.snap
- r#mod__tests__lint_help.snap
- r#mod__tests__new_help.snap
- r#mod__tests__publish_help.snap
- r#mod__tests__python_help.snap
- r#mod__tests__remove_help.snap
- r#mod__tests__run_help.snap
- r#mod__tests__test_help.snap
- r#mod__tests__update_help.snap
- r#mod__tests__version.snap
- r#mod__tests__version_help.snap
- mod.rs
- .gitignore
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- activate.rs
- add.rs
- build.rs
- clean.rs
- format.rs
- init.rs
- install.rs
- lint.rs
- mod.rs
- new.rs
- publish.rs
- python.rs
- remove.rs
- run.rs
- test.rs
- toolchain.rs
- update.rs
- version.rs
- config.rs
- dependency.rs
- environment.rs
- error.rs
- fs.rs
- git.rs
- lib.rs
- manifest.rs
- package.rs
- python_environment.rs
- sys.rs
- workspace.rs
- Cargo.toml
- error.rs
- lib.rs
- utils.rs
- .gitignore
- Cargo.toml
- generate_python_releases.py
- generated_python_releases.json
- cli.rs
- error.rs
- install.rs
- lib.rs
- main.rs
- releases.rs
- resolve.rs
- version.rs
- Cargo.toml
- README.md
- requirements-dev.txt
- channel.rs
- error.rs
- lib.rs
- path.rs
- resolve.rs
- settings.rs
- tools.rs
- Cargo.toml
- README.md
- lib.rs
- resolve.rs
- .gitignore
- Cargo.toml
- mock-project
- __init__.py
- __init__.pyc
- __init__.py
- test_package.py
- .gitignore
- pyproject.toml
- planning.md
- logo.png
- logo_original.png
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- index.md
- user_guide.md
- .gitignore
- .pre-commit-config.yaml
- Cargo.lock
- Cargo.toml
- LICENSE
- mkdocs.yaml
- pyproject.toml
- README.md
- rust-toolchain.toml
# Installation Guide
1. Get the code
git clone https://github.com/cnpryer/huak
Downloads the entire project code from GitHub to your computer.
cd huak
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Rust (rustup) Rust is required to use cargo.
cargo install --git https://github.com/cnpryer/huak.git huak
Builds and installs the package published on crates.io β no need to clone the repo yourself.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
4. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo install --git https://github.com/cnpryer/huak.git huak
Builds and installs the package published on crates.io β no need to clone the repo yourself.
A Python package manager written in Rust and inspired by Cargo.
Runs the Python script (or module).
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
