File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ Here we will be using ``venv``, which is part of python's standard
8
8
libary since python 3.3, to create a virtualenv for development.
9
9
10
10
1. Make sure you have installed Xcode and Homebrew.
11
- ---------------------------------------------------
11
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
12
13
13
2. Install Python 3.
14
- --------------------
14
+ ~~~~~~~~~~~~~~~~~~~~
15
15
16
16
For coala you will need to use Python 3, so you may
17
17
simply use homebrew to install Python 3, or you could also
@@ -25,7 +25,7 @@ maintain other python versions.
25
25
$ python3 --version # To check the installed version
26
26
27
27
3. Create Virtual Environments with venv
28
- ----------------------------------------
28
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29
29
30
30
::
31
31
@@ -40,7 +40,7 @@ maintain other python versions.
40
40
$ python
41
41
42
42
4. Virtualenvwrapper with Python 3:
43
- -----------------------------------
43
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
44
45
45
::
46
46
@@ -65,7 +65,7 @@ maintain other python versions.
65
65
$ mkvirtualenv --python=python3_path myenv
66
66
67
67
Finally!
68
- --------
68
+ ~~~~~~~~
69
69
70
70
::
71
71
You can’t perform that action at this time.
0 commit comments