Use GitHub for source code, releases, checksums, and beginner instructions for macOS, Windows, and Linux.
git clone https://github.com/netcoin-crl/netcoin.git cd netcoin python3 -m venv .venv source .venv/bin/activate pip install -e . python -m netcoin web
Use Terminal with Python 3 and Git. See INSTRUCTIONS.md for exact steps.
Use PowerShell. The instructions include virtual environment activation for Windows.
Use your shell, install Python/Git through your package manager, then run the same NetCoin commands.
Use checksums and signatures when release artifacts are available.