0

I'm trying to install Facebook SDK for Python from here https://facebook-sdk.readthedocs.io/en/latest/install.html#installing-from-git Here's the full code

 virtualenv facebookenv
source facebookenv/bin/activate
pip install -e git+https://github.com/mobolic/facebook-sdk.git#egg=facebook-sdk

The virtualenv facebookenv and pip install -e git+https://github.com/mobolic/facebook-sdk.git#egg=facebook-sdk works well in the Windows Command Prompt but not source facebookenv/bin/activate. When I try to run it returns tha source is not recognized command.

Andrea Angeli
  • 131
  • 1
  • 16

0 Answers0