locked
Getting twilio for visual studio python RRS feed

  • Question

  • So I'm taking some online classes to learn python, and one of the projects wants me to download twilio as an extra library to use features from. The only problem is, they are using a different compiler or something, so their methods for getting twilio are different. I'm using visual studio 2015, and I'm comfortable with visual studio, so I'd like to keep using it, but I don't know how to get twilio. Can anyone help me with this?

    Thanks in advance!

    Friday, May 13, 2016 3:05 AM

Answers

  • Hi nvanalfen

    Thanks for posting here.

     

    To add the Twilio libraries to your Visual Studio project:

    1. Open your solution in Visual Studio.

    2. Right-click References.

    3. Click Manage NuGet Packages...

    4. Click Online.

    5. In the search online box, type twilio.

    6. Click Install on the Twilio package.

    Here is a document you can refer to.

    https://azure.microsoft.com/en-us/documentation/articles/twilio-dotnet-how-to-use-for-voice-sms/

    Or you can go to Twilio official web page for more help.

    https://www.twilio.com

     

    Best Regards,

    Sera Yu

     

     


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.

    • Proposed as answer by Baron Bi Friday, May 20, 2016 8:40 AM
    • Marked as answer by Baron Bi Monday, May 23, 2016 8:35 AM
    Friday, May 13, 2016 7:46 AM