Skip to content

๐Ÿ’พ Install Python 3

coccoinomane edited this page May 14, 2022 · 2 revisions

The only requirements of Crabada.py are Python 3.9 and pip.

- Mac

  1. Install Python 3 and pip, following this guide > https://docs.python-guide.org/starting/install3/osx/
  2. Go to "System Preferences" on your Mac.
  3. Navigate to "Security & Privacy".
  4. Scroll down to "Full Disk Access" and click the lock in the bottom to make changes.
  5. Make sure to tick "cron" then and close it.
  6. Follow the quick start guide in the README.

- Unix

  1. Install Python 3 and pip with your package manager. For Debian, the command would be apt-get install python3 pip git. (more details here)
  2. Follow the quick start guide in the README.

- Docker

See the Wiki page ๐Ÿณ Run with docker.

- Windows

Looking for volunteers to fill the Wiki page "Windows Tutorial [TODO]" ๐Ÿ™