python: added requirements.txt guide

master
TiynGER 3 years ago
parent 41d03f078a
commit 84117cdb93

@ -33,6 +33,13 @@ let g:python3_host_prog = "/usr/bin/python3"
to your `init.vim` to avoid usage of `pyenv`s version of python in autocompletion. to your `init.vim` to avoid usage of `pyenv`s version of python in autocompletion.
## Usage
### Create a requirements file
To automatically create a `requirements.txt` of your current project, navigate
to it and run `pipreqs` (install it if not already done).
## IDE ## IDE
### Vim ### Vim

Loading…
Cancel
Save