Setup
Installing is necessary process to programming Pravda. In this chapter, let it setup Pravda environment quickly.
First, clone the GitHub repository of Pravda interpreter to download.
git clone https://github.com/pravda-lang/pravda.git
And, move to its directory, enter below command to install.
cargo install --path .
If enter below command then show interactive console (the "REPL"), it was success!.
pravda
You may usually use the REPL to run Pravda program.