mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 11:35:35 +03:00
Adapt appcast script to python3
This commit is contained in:
parent
cf67346144
commit
6040e9b324
@ -1,9 +1,9 @@
|
||||
#!/usr/local/bin/python2
|
||||
#!/usr/local/bin/python3
|
||||
|
||||
# pip2 install requests
|
||||
# pip2 install Markdown
|
||||
# pip3 install requests
|
||||
# pip3 install Markdown
|
||||
|
||||
# We use python2 of brew due to some pip packages.
|
||||
# We use python of brew due to some pip packages.
|
||||
|
||||
import os
|
||||
import io
|
||||
|
Loading…
Reference in New Issue
Block a user