mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Update README.rst
This commit is contained in:
parent
fa0be1f2fe
commit
13b1e6b3e0
15
README.rst
15
README.rst
|
@ -227,15 +227,12 @@ additionally installs developer dependencies such as Cython.
|
||||||
Instead of the above verbose commands, you can also use the following
|
Instead of the above verbose commands, you can also use the following
|
||||||
`Fabric <http://www.fabfile.org/>`_ commands:
|
`Fabric <http://www.fabfile.org/>`_ commands:
|
||||||
|
|
||||||
+---------------+--------------------------------------------------------------+
|
============= ===
|
||||||
| ``fab env`` | Create ``virtualenv`` and delete previous one, if it exists. |
|
``fab env`` Create ``virtualenv`` and delete previous one, if it exists.
|
||||||
+---------------+--------------------------------------------------------------+
|
``fab make`` Compile the source.
|
||||||
| ``fab make`` | Compile the source. |
|
``fab clean`` Remove compiled objects, including the generated C++.
|
||||||
+---------------+--------------------------------------------------------------+
|
``fab test`` Run basic tests, aborting after first failure.
|
||||||
| ``fab clean`` | Remove compiled objects, including the generated C++. |
|
============= ===
|
||||||
+---------------+--------------------------------------------------------------+
|
|
||||||
| ``fab test`` | Run basic tests, aborting after first failure. |
|
|
||||||
+---------------+--------------------------------------------------------------+
|
|
||||||
|
|
||||||
All commands assume that your ``virtualenv`` is located in a directory ``.env``.
|
All commands assume that your ``virtualenv`` is located in a directory ``.env``.
|
||||||
If you're using a different directory, you can change it via the environment
|
If you're using a different directory, you can change it via the environment
|
||||||
|
|
Loading…
Reference in New Issue
Block a user