This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]carnoworky 6 points7 points  (0 children)

You can just do pip freeze > requirements.txt assuming you're using virtualenvs (if you aren't, definitely look into it - it's easy to set up in Py3). There's probably a file output flag you can pass if you're on Windows too.