-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ML-KULeuven/setup-github
Setup GitHub
- Loading branch information
Showing
16 changed files
with
62 additions
and
218 deletions.
There are no files selected for viewing
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 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
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,38 +18,38 @@ To install version ``X.Y.Z``, use the following command: | |
pip install dtaianomaly==X.Y.Z | ||
From GitLab | ||
From GitHub | ||
----------- | ||
|
||
It is also possible to install ``dtaianomaly`` directly from `GitLab`_: | ||
It is also possible to install ``dtaianomaly`` directly from `GitHub`_: | ||
|
||
.. code-block:: bash | ||
pip install git+https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/dtaianomaly | ||
pip install git+https://github.com/ML-KULeuven/dtaianomaly | ||
Note that this will install the latest, *unreleased* version. Similarly as installation | ||
through PyPi, it is also possible to install version ``X.Y.Z`` as follows: | ||
|
||
.. code-block:: bash | ||
pip install git+https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/[email protected] | ||
pip install git+https://github.com/ML-KULeuven/[email protected] | ||
See the `release page <https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/dtaianomaly/-/releases>`_ | ||
See the `release page <https://github.com/ML-KULeuven/dtaianomaly/releases>`_ | ||
for more information regarding the different versions. | ||
|
||
|
||
From source | ||
----------- | ||
|
||
Finally, it is also possible to install ``dtaianomaly`` from the source code. First | ||
download the source from `GitLab`_. | ||
download the source from `GitHub`_. | ||
It is also possible to download the source code for a specific release on | ||
`this webpage <https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/dtaianomaly/-/releases>`_. | ||
`this webpage <https://github.com/ML-KULeuven/dtaianomaly/releases>`_. | ||
Unzip the files, and navigate to the root directory of the repository in the terminal. | ||
Then, ``dtaianomaly`` can be installed through the following command: | ||
|
||
.. code-block:: bash | ||
pip install . | ||
.. _GitLab: https://gitlab.kuleuven.be/m-group-campus-brugge/dtai_public/dtaianomaly | ||
.. _GitHub: https://github.com/ML-KULeuven/dtaianomaly |
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
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
Oops, something went wrong.