Initial commit and release of doi2dataset
This commit is contained in:
commit
9be53fd2fc
23 changed files with 2482 additions and 0 deletions
28
docs/source/installation.rst
Normal file
28
docs/source/installation.rst
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue