Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

DefinitelyNotTelfairNetComputerSociety/Pyweek-34-Rave-Sloths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyweek-34-Rave-Sloths

Python Check

Python Modules

Python v3.10 Arcade v2.6.15

Other Dependencies

FFmpeg

Python venv setup

[SHOW/HIDE] Python venv setup
[SHOW/HIDE] Windows Instructions

Windows

Create the venv

cd GITHUB_REPO_ROOT_DIR
python -m venv venv

Activate the venv

cd GITHUB_REPO_ROOT_DIR
.\venv\Scripts\activate

Note: Your terminal will have (venv) prefixed to your current path.

Deactivate the venv

deactivate
[SHOW/HIDE] Linux Instructions

Linux

shell
cd GITHUB_REPO_ROOT_DIR
python3 -m venv venv

Activate the venv

cd GITHUB_REPO_ROOT_DIR
source venv\bin\activate

Note: Your terminal will have (venv) prefixed to your current path.

Deactivate the venv

deactivate

Install Dependencies

With venv activated, Windows pip install -r requirements.txt Linux pip3 install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published