Skip to content

Ha-limLee/VersionControlTheGungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run

  1. Python ^3.9.1
  2. clone this repo
  3. cd cloned directory
  4. create venv
    python -m venv .venv
  5. activate venv
    on Windows cmd
    .venv\Scripts\activate.bat
  6. you have to use .venv/Scripts/python.exe as default interpreter
    If you're using VSCode,
    Press "F1" key, then type "Python: Select Interpreter"
    Now choose .venv/Scripts/python.exe
  7. install libs
    pip install -r requirements.txt
    or
    pip install PySide6
    pip install qasync
    pip install requests
    pip install beautifulsoup4
  8. run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages