Initial commit and release of doi2dataset

This commit is contained in:
Alexander Minges 2025-03-21 14:53:23 +01:00
commit 9be53fd2fc
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4
23 changed files with 2482 additions and 0 deletions

View file

@ -0,0 +1,28 @@
Installation
============
There are several ways to install **doi2dataset**:
Using Git
---------
Clone the repository from GitHub by running the following commands in your terminal:
.. code-block:: bash
git clone https://github.com/your_username/doi2dataset.git
cd doi2dataset
Using pip (if available)
-------------------------
You can also install **doi2dataset** via pip:
.. code-block:: bash
pip install doi2dataset
Configuration
-------------
After installation, ensure that the tool is configured correctly.
Check the `config.yaml` file in the project root for necessary settings such as Dataverse connection details and PI information.
For more detailed instructions, please refer to the README file provided with the project.