-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ce30a8
commit 5e86a55
Showing
6 changed files
with
14 additions
and
175 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,30 +18,30 @@ simply running the following command: | |
pip install patsemb | ||
From GitLab | ||
From GitHub | ||
----------- | ||
|
||
You can also install ``PaTSEmb`` directly from `GitLab <https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/patsemb>`_. | ||
You can also install ``PaTSEmb`` directly from `GitHub <https://github.com/ML-KULeuven/PaTSEmb>`_. | ||
To install version ``X.Y.Z``, you can use the following command: | ||
|
||
.. code-block:: bash | ||
pip install git+https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/patsemb[email protected] | ||
pip install git+https://github.com/ML-KULeuven/PaTSEmb[email protected] | ||
The `release page <https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/patsemb/-/releases>`_ contains more | ||
The `release page <https://github.com/ML-KULeuven/PaTSEmb/releases>`_ contains more | ||
information regarding the different versions. It is also possible to install the | ||
latest, *unreleased* version using the following command: | ||
|
||
.. code-block:: bash | ||
pip install git+https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/patsemb.git | ||
pip install git+https://github.com/ML-KULeuven/PaTSEmb.git | ||
From source | ||
----------- | ||
|
||
It is also possible to install ``PaTSEmb`` directly from the source code. First, download | ||
the source from `GitLab <https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/patsemb>`_. It is also | ||
possible to download the source code for a specific release on `the release page <https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/patsemb/-/releases>`_. | ||
the source from `GitHub <https://github.com/ML-KULeuven/PaTSEmb.git>`_. It is also | ||
possible to download the source code for a specific release on `the release page <https://github.com/ML-KULeuven/PaTSEmb/releases>`_. | ||
Unzip the files, and navigate to the root directory of the repository in the terminal. | ||
Finally, ``PaTSEmb`` can be installed through the following command: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters