Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated install instructions for Sublime Text 3 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ Archive of pre-compiled PyV8 binaries, used by Emmet for Sublime Text plugin.
If you experience issues with automatic PyV8 download of [Emmet for Sublime Text plugin](https://github.com/sergeche/emmet-sublime), you can manually install it:

1. Download PyV8 binary for your OS version (see notes below).
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. ut will be `pyv8-win64-p3` if you download `pyv8-win64-p3.zip` file).
3. Restart ST editor.
2. Make a folder called `PyV8` anywhere on your system
3. Unpack contents of downloaded archive into `PyV8/%filename%` 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. For ST2, move the `PyV8` folder that you just created inside Sublime Text Packages folder which can be found by clicking `Preferences > Browse Packages` in the ST2 Menu.
5. For ST3, goto `Preferences > Browse Packages` in the ST3 Menu. Then go up one folder to its parent. From there go into the `Installed Packages` folder. Now move the `PyV8` folder that you had created earlier into this (`Installed Packages`) folder.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, you should also write about config.json.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readme.md really helped, thanks!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this worked on Ubuntu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this manual installation instruction worked at my ST3 on ubuntu
thanks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. It works at ST3 on win7 64bit

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah,
Thanks dude...
Worked like a charm on ST3 + Win10 x64

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Igoradamenko!
I am using Ubuntu 16.04 and I have succeeded with your very grateful solution!

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on win7 64bit ST3,the location is 'Sublime Text 3\Installed Packages\PyV8\win64-p3'(I download pyv8-win64-p3.zip ) not 'pyv8-win64-p3',please update README.md

6. Restart ST editor.

## Download

Expand Down