emmetio / pyv8-binaries

Archive of pre-compiled PyV8 binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation notice: this project is no longer maintained and it’s not required for Emmet anymore. Check out upcoming Emmet 2 plugin, which is pure Python implementation of Emmet code base.


Archive of pre-compiled PyV8 binaries, used by Emmet for Sublime Text plugin.

Manual installation

If you experience issues with automatic PyV8 download of Emmet for Sublime Text plugin, you can manually install it:

  1. Download PyV8 binary for your OS version (see notes below).
  2. For Sublime Text 2 Unpack contents of downloaded archive into PyV8/%filename% folder inside Sublime Text Packages (find Browse Packages... menu item in ST2 editor to get into Packages folder), where %filename% is the name of downloaded file (e.g. it will be pyv8-win64-p3 if you download pyv8-win64-p3.zip file).
  3. For Sublime Text 3 Unpack contents of downloaded archive into PyV8/%filename% folder inside Sublime Text Installed Packages (find Browse Packages... menu item under preferences in ST3 editor to get into Packages folder, go up one level and go into Installed Packages), where %filename% is the name of downloaded file (e.g. it will be pyv8-win64-p3 if you download pyv8-win64-p3.zip file).
  4. Restart ST editor.

Download

For Sublime Text 2 (Python 2.6):

For Sublime Text 3 (Python 3.3):

About

Archive of pre-compiled PyV8 binaries