28 lines
751 B
ReStructuredText
28 lines
751 B
ReStructuredText
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.
|