From fde38473b98baff03ff370d4c7677332ec601128 Mon Sep 17 00:00:00 2001 From: israelferrazaraujo Date: Sun, 24 Mar 2024 20:29:04 +0900 Subject: [PATCH] Include the Installation, Authors and License sections. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c14c467..07f3ed3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # qdna-lib Qdna-lib aim to pioneer advancements that not only push the boundaries of quantum computing but also provide benefits to the field of data science and artificial intelligence. + +## Installation +The easiest way of installing qdna-lib is by using pip: + +```python +pip install qdna-lib +``` +## Authors +The first version of qdna-lib was developed at [Quantum Data Science & AI lab](https://quantumpark.yonsei.ac.kr/) (also known as q-DNA) - Yonsei University. Qdna-lib is an active project, and other people have contributed. + +If you are doing research using qdna-lib, please cite our project. +We use a [CITATION.cff](https://citation-file-format.github.io/) file, so you can easily copy the citation information from the repository landing page. + +## License +Qdna-lib is **free** and **open source**, released under the Apache License, Version 2.0.