From d3fc426f999e34fc8a1f6b03c4178abb20da90a9 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sun, 2 Aug 2020 00:56:08 +0200 Subject: [PATCH] Update python fire and add README.md --- README.md | 9 +++++++++ requirements.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..29cf8c4 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# About + +# How to start a dev env + +```shell script +docker run --rm -it -v $(pwd):/data/linux-tools ubuntu bash +``` + +# Contributing \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c72786b..df7c954 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -fire +fire==0.3.1 PyInquirer==1.0.3