Add :requires prop to def-bootstrap! & refactor+rewrite bootstrapping
This commit is contained in:
parent
71dbf605ae
commit
72698ca9e8
9 changed files with 84 additions and 55 deletions
|
@ -20,5 +20,4 @@
|
|||
(when-let (pkgs (cl-remove-if
|
||||
(lambda (pkg) (zerop (shell-command (format "pip show %s" pkg))))
|
||||
'("jedi" "setuptools")))
|
||||
(sh "pip install %s" (s-join " " pkgs))
|
||||
t))
|
||||
(sh "pip install jedi setuptools")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue