From 84117cdb93ac4d4cfaba9314eb52fad2eca0d2c8 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 27 Apr 2021 20:58:27 +0200 Subject: [PATCH] python: added requirements.txt guide --- wiki/programming-languages/python.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wiki/programming-languages/python.md b/wiki/programming-languages/python.md index 9ec3d13..1e74283 100644 --- a/wiki/programming-languages/python.md +++ b/wiki/programming-languages/python.md @@ -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. +## 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 ### Vim