Saving the world one intelligent match at a time.
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)
- I did:
-
Then cd into your TinderBot repo folder. To activate the venv, run
source bin/activate
You should have (TinderBot) in your shell!
Then pip install as desired
- Make sure you have django https://pypi.org/project/Django/
Install Flutter: https://docs.flutter.dev/get-started/install/macos