From 9be402f81e0951b49998f6581e1b52047fcde01e Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 7 Jan 2019 15:44:57 +0100 Subject: [PATCH] update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e69de29..b30abe9 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# nix_virtualenvs + +This is a repository for different virtual environments, which can be used with the **Nix** package manager. + +Just clone the content of the desired folder to your project, add your required packages to the `requirements.txt` file and run `nix-shell`.