The process of installing Sublime Text 3

Download the latest APP from Sublime Text official website

https://www.sublimetext.com

I downloaded 3143

After installation, start looking for the registration code on the Internet

I used a successful registration code because this should be for a single user, and it cannot be used by others. So if you need it, you need to find another

—– BEGIN LICENSE —–

Molex, Inc.

Single User License

EA7E-818977

AE248E13 C08A1CDF 2D6751EF 32243003

53F5EF8A 1522F537 6A09E721 030DC36C

C477DA16 2BD1681C 0164D104 BB58D77F

1C221EE9 3296957E 5784C10F 51AA0020

6F2E553C D8147ADF 7A5B7A4C F843F2A6

2489CCA4 05759326 1D16227F 4813084D

61821A38 F4CD6E01 CFC5A7A5 C7D8B685

1D56D4DB 6B3C3094 57A6F2F3 7CD4177B

—— END LICENSE ——

Then start to install PACKAGE CONTROL This is a plug-in installation package to facilitate the installation of various extension plug-ins

On the first line menu VIEW -- SHOW CONSOLE 

Enter the following code in the input box at the bottom and wait for a while.

import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib .sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path. join( ipp, pf), 'wb' ).write(by) If it doesn't work, open the following URL, get a new code, and enter it.

The installation address under the Package Control plug-in package

https://packagecontrol.io/installation

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324952780&siteId=291194637