diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-11-10 20:34:15 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-11-10 20:34:15 -0300 |
commit | 7b150a2a1932546b4a8d92ef94bc96ee6efff4da (patch) | |
tree | a55f039f16c9f5789a6fc094ef60672f5dde7f55 | |
parent | 99a9b36f43cddc5bf0b9e930873c56cf81740a5c (diff) |
Make it easier to setup.
-rw-r--r-- | setup_env.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_env.bash b/setup_env.bash new file mode 100644 index 0000000..d25baa9 --- /dev/null +++ b/setup_env.bash @@ -0,0 +1,3 @@ +python -m venv venv && +. venv/bin/activate && +pip install -r requirements.txt |