fix: order
Browse files- linux_venv_setup.sh +3 -3
linux_venv_setup.sh
CHANGED
|
@@ -21,13 +21,13 @@ sed -i 's/sudo/sudo -E env PATH=$PATH/g' install_raqm.sh
|
|
| 21 |
# install script
|
| 22 |
chmod +x ./install_raqm.sh && ./install_raqm.sh
|
| 23 |
|
| 24 |
-
# install everything
|
| 25 |
-
pip install -r requirements_generate_font_dataset.txt
|
| 26 |
-
|
| 27 |
#clean up
|
| 28 |
cd ../..
|
| 29 |
rm -rf Pillow
|
| 30 |
|
|
|
|
|
|
|
|
|
|
| 31 |
# download wordlist (added since my cluster has bad public network connection)
|
| 32 |
wget https://www.mit.edu/~ecprice/wordlist.10000
|
| 33 |
mv wordlist.10000 wordlist.txt
|
|
|
|
| 21 |
# install script
|
| 22 |
chmod +x ./install_raqm.sh && ./install_raqm.sh
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
#clean up
|
| 25 |
cd ../..
|
| 26 |
rm -rf Pillow
|
| 27 |
|
| 28 |
+
# install everything
|
| 29 |
+
pip install -r requirements_generate_font_dataset.txt
|
| 30 |
+
|
| 31 |
# download wordlist (added since my cluster has bad public network connection)
|
| 32 |
wget https://www.mit.edu/~ecprice/wordlist.10000
|
| 33 |
mv wordlist.10000 wordlist.txt
|