April 2017
Intermediate to advanced
266 pages
7h 4m
English
Now, once you have rust installed on your operating system, you can run this simple one-line command to install parity:
cargo install --git https://github.com/paritytech/parity.git parity
To check whether parity is installed or not, run this command:
parity --help
If parity is installed successfully, then you will see a list of sub-commands and options.