Skip to content
Snippets Groups Projects
Commit 152632a4 authored by nugget's avatar nugget
Browse files

Final changes for Version0.1.

parent dc07c99c
No related branches found
No related tags found
3 merge requests!12v.0.1 for alpha release,!11Draft: Merge version0.1 changes into dev,!10Version0.1
Pipeline #740205 passed
...@@ -11,7 +11,7 @@ PlotID is a program connected to Research Data Management (RDM). It has two main ...@@ -11,7 +11,7 @@ PlotID is a program connected to Research Data Management (RDM). It has two main
Currently there are two options to run PlotID. Either install it via pip from the Python Package Index (PyPi) or install PlotID from the source code. Currently there are two options to run PlotID. Either install it via pip from the Python Package Index (PyPi) or install PlotID from the source code.
### From PyPi with pip ### From PyPi with pip
1. *Optional* Create a virtual environment and activate it: 1. [Optional] Create a virtual environment and activate it:
```bash ```bash
pip install venv pip install venv
mkdir venv mkdir venv
......
[metadata] [metadata]
name = example-package-plotid-test name = plotID
version = 0.0.6 version = 0.1.0
author = Example Author author = Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt
author_email = author@example.com author_email = nfdi4ing@fst.tu-darmstadt.de
description = A small example package description = The plotID toolkit supports researchers in tracking and storing relevant data in plots. Plots are labelled with an ID and the corresponding data is stored.
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown
url = https://git.rwth-aachen.de/plotid/plotid_python url = https://git.rwth-aachen.de/plotid/plotid_python
...@@ -15,6 +15,7 @@ classifiers = ...@@ -15,6 +15,7 @@ classifiers =
Operating System :: OS Independent Operating System :: OS Independent
Development Status :: 2 - Pre-Alpha Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Visualization
[options] [options]
packages = plotid packages = plotid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment