|
|
@@ -55,7 +55,7 @@ play around with Oscar.
|
|
55
|
55
|
In order to compile uWSGI, which is a dependency of the sandbox, you will
|
|
56
|
56
|
first need to install the Python development headers with:::
|
|
57
|
57
|
|
|
58
|
|
- $ sudo apt-get install python3-dev
|
|
|
58
|
+ $ sudo apt install python3-dev
|
|
59
|
59
|
|
|
60
|
60
|
Install Oscar and its dependencies within a virtualenv:
|
|
61
|
61
|
|
|
|
@@ -79,7 +79,7 @@ If you do not have ``mkvirtualenv``, then replace that line with:
|
|
79
|
79
|
|
|
80
|
80
|
.. code-block:: bash
|
|
81
|
81
|
|
|
82
|
|
- $ virtualenv oscar
|
|
|
82
|
+ $ virtualenv --python=python3 oscar
|
|
83
|
83
|
$ source ./oscar/bin/activate
|
|
84
|
84
|
(oscar) $
|
|
85
|
85
|
|