1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-24 18:32:27 +00:00
This commit is contained in:
J. Fernando Sánchez 2019-03-21 16:07:53 +01:00 committed by GitHub
parent f803f9701e
commit 3381020cb9

View File

@ -12,7 +12,7 @@
"usersite = site.getusersitepackages()\n",
"if usersite not in sys.path:\n",
" sys.path.append(usersite)\n",
"!{sys.executable} -m pip install --user -r requirements.txt",
"!{sys.executable} -m pip install --user bitter",
"import os"
]
},