Install the pre-built binaries of erg. Also, build and install the package manager (poise) using the installed/existing compiler.
Python 3
- Linux x86_64, armv7, aarch64
- Windows x86_64, i686
- MacOS x86_64, aarch64
# If the Python command is registered as `python` in your environment, replace the `python3` part.
python3 <(curl -L https://github.com/mtshiba/ergup/raw/main/ergup.py)
# and please set environment variables
python3 <(curl -L https://github.com/mtshiba/ergup/raw/main/ergup.py) - nightly
ergup
is implemented in Erg, to solve the bootstrap problem (i.e. we can't use Erg to install Erg) we transpile the Erg script into a standalone Python script.
The following command transpiles ergup.er
to ergup.py
.
erg --no-std transpile ergup.er