We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ff1ae commit 2cb1000Copy full SHA for 2cb1000
alpine/install.sh
@@ -33,7 +33,7 @@ ln -s /usr/bin/python3 /usr/bin/python
33
34
apk add py3-pip python3-dev libc-dev
35
36
-pip install pynvim git-plus
+pip install pynvim git-plus jedi asciinema
37
38
wget https://github.com/gokcehan/lf/releases/download/r14/lf-linux-amd64.tar.gz && \
39
tar -xf lf-linux-amd64.tar.gz && \
install.sh
@@ -75,4 +75,5 @@ ln -s python3 `brew --prefix`/bin/python
75
76
python -m pip install jedi \
77
git-plus \
78
- pynvim
+ pynvim \
79
+ asciinema
0 commit comments