Skip to content

22bsk/tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

tester

import pyfiglet print(pyfiglet.figlet_format("Shivakrishna"))

467 python3 main.py 468 pip install -r requirements.txt 469 python -m venv myenv 470 python3 -m venv myenv 471 source myenv/activate 472 source myenv/bin/activate 473 pip install -r requirements.txt 474 pip3 install requirements.txt 475 pip3 install -r requirements.txt 476 pip install distutils 477 python --version 478 deactivate 479 sudo apt-get remove --purge python3.12 480 sudo apt autoremove 481 sudo add-apt-repository ppa:deadsnakes/ppa 482 sudo apt update 483 sudo apt install python3.8 484 sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 485 sudo update-alternatives --config python3 486 python --version 487 python3 --version 488 pip install -r requirements.txt 489 sudo apt-get install python3.8-distutils 490 sudo apt-get install python3-pip 491 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py 492 python3.8 get-pip.py 493 pip install -r requirements.txt 494 pip install --upgrade setuptools wheel 495 pip install pefile==2021.9.2 496 pip install -r requirements.txt 497 python3 main.py 498 history

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published