Installation
In this page, we will show you how to install the RPCT toolkit on different platforms. Before starting the installation, you need to confirm that the preparations have been completed. If you haven't finished the preparation, you'd better finish it first (turn to Preparation).
Linux
You can download RPCT toolkit by wget command (Fig1.1-1.4).
wget https://github.com/KingoftheNight/RPCT/archive/refs/heads/main.zip
If you are warned that cannot verify github.com's certificate, you can add '--no-check-certificate' after URL.
wget https://github.com/KingoftheNight/RPCT/archive/refs/heads/main.zip --no-check-certificate
After downloading, you will find main.zip has appeared in the current directory. You should use unzip command to release it.
unzip main.zip
Then, you can check it through ls command.
cd RPCT-main
ls
After you complete the above steps, you can open the RPCT toolkit. You need to make sure that the RPCT toolkit program is available in the current directory. Or you can jump to the corresponding directory by cd command.
python RPCT_linux.py -h
Windows
You can download RPCT-main.zip from GitHub (Fig1.1-1.4).
After you complete the above steps, you can open the RPCT toolkit in CMD or Anaconda Prompt. You need to make sure that the RPCT toolkit program is available in the current directory. Or you can jump to the corresponding directory by cd command.
python RPCT_windows.py