You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package should work in all three platforms (MacOS X, Windows and Linux).
19
+
20
+
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VVX4Q9H3924LE)
21
+
22
+
23
+
Installation
24
+
------------
25
+
26
+
To install `CodeIntel`, do the following:
27
+
28
+
1. Install [Python](http://python.org) and [pip](http://www.pip-installer.org/en/latest/installing.html) (Python 3 requires pip3).
29
+
30
+
1. Install `CodeIntel` by typing the following in a terminal:
31
+
```
32
+
# For Python 2
33
+
[sudo] pip install --upgrade --pre CodeIntel
34
+
35
+
# For Python 3
36
+
[sudo] pip3 install --upgrade --pre CodeIntel
37
+
```
38
+
39
+
License
40
+
-------
41
+
42
+
The package is based in code from the Open Komodo Editor and has a MPL license.
43
+
44
+
Ported from Open Komodo by German M. Bravo (Kronuz).
0 commit comments