Skip to content

pip install requirements.txt to setup virtual environment for Tweepy development and testing

Notifications You must be signed in to change notification settings

machine-uprising/tweepy-devtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tweepy-devtest

Python Virtual Environment for Tweepy Dev and Testing

Repository contains a requirements.txt file to setup a virtual environment for testing and development of Tweepy. The requirements.txt file will install latest version of Tweepy and Jupyter (Notebook and Lab). There are also pynb files for running tests.

Setup Virtual Environment

Follow the process you use to setup virtual environments. Name of virtual environment will have no impact.

Install Requirements

pip install requirements.txt

Running Jupyter in Virtual Environment

Jupyter and Jupyter Lab are install the virtual environment using the requirements.txt file. This lets you setup an isolated Jupyter environment for Tweepy testing.

  1. Activate the virtual environment
  2. Run jupyter lab
  3. Done!

Jupyter Notebooks for Testing

About

pip install requirements.txt to setup virtual environment for Tweepy development and testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages