cc_staff
284
edits
(Marked this version for translation) |
m (Fixed module python version) |
||
Line 16: | Line 16: | ||
<!--T:28--> | <!--T:28--> | ||
The preferred option is to install it using the python [https://pythonwheels.com/ wheel] that we compile, as follows: | The preferred option is to install it using the python [https://pythonwheels.com/ wheel] that we compile, as follows: | ||
:1. Load | :1. Load python 3.6 module: <tt>python/3.6</tt> | ||
:2. Create and start a [[Python#Creating_and_using_a_virtual_environment|virtual environment]]. | :2. Create and start a [[Python#Creating_and_using_a_virtual_environment|virtual environment]]. | ||
:3. Install <tt>spaCy</tt> in the virtual environment with <code>pip install</code>. For both GPU and CPU support: | :3. Install <tt>spaCy</tt> in the virtual environment with <code>pip install</code>. For both GPU and CPU support: |