/TinderBot

Saving the world one intelligent match at a time.

Primary LanguagePython

TinderBot

Saving the world one intelligent match at a time.

Setup

We are using python venv

https://docs.python.org/3/library/venv.html

HOW TO USE:

  • Run: python3 -m venv /path/to/new/virtual/environment to create the environment

    • I did: python3 -m venv TinderBot/(from the directory outside TinderBot folder)
  • Then cd into your TinderBot repo folder. To activate the venv, run source bin/activate

    Screen Shot 2023-03-05 at 2.03.02 PM.png

    You should have (TinderBot) in your shell!

    Then pip install as desired

    Install Flutter: https://docs.flutter.dev/get-started/install/macos