mirror of
https://github.com/ltcptgeneral/CS-239-Cryptography-Project.git
synced 2025-11-10 11:36:51 +00:00
6 lines
183 B
Bash
Executable File
6 lines
183 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 ipykernel numpy pyfhel |