mirror of
https://github.com/ltcptgeneral/CS-239-Cryptography-Project.git
synced 2025-11-10 03:26:50 +00:00
6 lines
173 B
Bash
Executable File
6 lines
173 B
Bash
Executable File
apt install -y python3.9-venv python3.9-dev
|
|
mkdir ~/.venvs
|
|
rm -rf ~/.venvs/cs239
|
|
python3.9 -m venv ~/.venvs/cs239
|
|
source ~/.venvs/cs239/bin/activate
|
|
pip install numpy pyfhel |