python-twitter-tools / twitter

Python Twitter API
http://mike.verdone.ca/twitter/
MIT License
3.19k stars 713 forks source link

How to 're-compile' after changing the code #375

Closed avtaylor closed 6 years ago

avtaylor commented 6 years ago

Apologies I am a beginner. I am modifying one of the files, say follow.py. How can I then 're-compile' so that when I type twitter-follow my file is used? Many thanks I installed the library using setuptools. I have a folder in which I have put the library files (manual download and de-archived).

avtaylor commented 6 years ago

Apologies. I should get better at Python. I have found out how to do that: I am using now pip not setuptools and I am installing from the local directory.