Learn
Let’s make sure that the packages installed properly.
The easiest way to check is by running the following command in the terminal:
pip freeze
This commands displays the installed Python packages.
If everything installed correctly, you should see a list of all the packages that are installed, which should include python-twitter
and watson-developer-cloud
.
Instructions
1.
Verify that the packages installed correctly by typing the following command in the terminal:
pip freeze
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.