download viper for python ubutunu
git clone https://github.com/ethereum/viper.git cd viper make make test
Here is what the above code is Doing:
1. Installing the required dependencies
2. Cloning the Viper repository
3. Building Viper
4. Running the tests