Skip to content

DerTopher/Waterfowl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Something with ducks

A little journey to create something with ducks 🦆 🦆

Warning

When trying to run the program from source code users of Arch Linux (possibly other Distros arr affected as well) might encounter problems when drawing text via python arcade.

Solution: Manually uninstall Pillow via pip: sudo pip uninstall Pillow
Then recompile Pillow yourself: pip install --compile --install-option=-O1 Pillow

Steps

  1. Install virtual environment python3 -m venv .env
  2. Activate with . .env/bin/activate, deactivate with deactivate
  3. With activated .env, install required modules pip install -r requirements.txt
  4. Follow RealPython Tutorial from here

Resources

Contributors

@cmacht @dertopher

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages