diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-06-14 22:49:07 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-06-14 22:58:05 -0300 |
commit | a67b0812659d1481f4c5be77ce2cf448b0b37b8c (patch) | |
tree | f0ce4f55d5af77b2a76a98d77a8ddfca60a61bc3 /setup_env.bash | |
parent | 993a8ca85db1564e64550276d61d9723423605aa (diff) |
Start rewriting in Rust
Diffstat (limited to 'setup_env.bash')
-rw-r--r-- | setup_env.bash | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/setup_env.bash b/setup_env.bash deleted file mode 100644 index d25baa9..0000000 --- a/setup_env.bash +++ /dev/null @@ -1,3 +0,0 @@ -python -m venv venv && -. venv/bin/activate && -pip install -r requirements.txt |