Lines Matching refs:install
21 sudo apt-get install python3-apt
42 Run the following command to install Python. The following uses Python 3.8 as an example.
46 sudo apt-get install python3.8
84 Run the following command to install Python 3:
88 sudo apt-get install python3.8
108 1. Run the **apt-get install gcc** command to install **gcc** online.
128 1. Run the **apt-get install make** command to install make online.
148 1. Run the **apt-get install libffi* -y** command to install libffi and libffi-devel online.
168 Method 1: Run the **pip3 install Crypto** command to install **Crypto** online.
176 …erver, decompress the package, and run the **python3 setup.py install** command to install **Crypt…
197 Method 1: Run the **pip3 install ecdsa** command to install **ecdsa** online.
205 …ackage to the Linux server and run the **pip3 install ecdsa-0.15-py2.py3-none-any.whl** command to…
226 Method 1: Run the **pip3 install six** command to install **six** online.
234 …e code to the Linux server and run the **pip3 install six-1.14.0-py2.py3-none-any.whl** command to…