Spaces:
Sleeping
Sleeping
Fanwang Meng
commited on
Commit
·
f52980f
1
Parent(s):
6345ddb
Update contents of README.md for package renaming
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# selector
|
2 |
|
3 |
[![This project supports Python 3.7+](https://img.shields.io/badge/Python-3.7+-blue.svg)](https://python.org/downloads)
|
@@ -6,12 +7,26 @@
|
|
6 |
[![codecov](https://codecov.io/gh/theochem/selector/branch/main/graph/badge.svg?token=0UJixrJfNJ)](https://codecov.io/gh/theochem/selector)
|
7 |
|
8 |
The selector library provides methods for selecting a diverse subset of a (molecular) dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
|
11 |
Citation
|
12 |
--------
|
13 |
|
|
|
14 |
Please use the following citation in any publication using selector library:
|
|
|
|
|
|
|
15 |
|
16 |
```md
|
17 |
@article{
|
@@ -22,7 +37,11 @@ Please use the following citation in any publication using selector library:
|
|
22 |
Installation
|
23 |
------------
|
24 |
|
|
|
25 |
To install selector using the conda package management system, install
|
|
|
|
|
|
|
26 |
[miniconda](https://conda.io/miniconda.html) or [anaconda](https://www.anaconda.com/download)
|
27 |
first, and then:
|
28 |
|
@@ -35,7 +54,7 @@ first, and then:
|
|
35 |
conda install -c theochem qc-selector
|
36 |
```
|
37 |
|
38 |
-
To install selector with pip
|
39 |
[virtual environment](https://docs.python.org/3/tutorial/venv.html), and then:
|
40 |
|
41 |
|
|
|
1 |
+
<<<<<<< HEAD
|
2 |
# selector
|
3 |
|
4 |
[![This project supports Python 3.7+](https://img.shields.io/badge/Python-3.7+-blue.svg)](https://python.org/downloads)
|
|
|
7 |
[![codecov](https://codecov.io/gh/theochem/selector/branch/main/graph/badge.svg?token=0UJixrJfNJ)](https://codecov.io/gh/theochem/selector)
|
8 |
|
9 |
The selector library provides methods for selecting a diverse subset of a (molecular) dataset.
|
10 |
+
=======
|
11 |
+
# `selector`
|
12 |
+
|
13 |
+
[![This project supports Python 3.7+](https://img.shields.io/badge/Python-3.7+-blue.svg)](https://python.org/downloads)
|
14 |
+
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
|
15 |
+
[![GitHub Actions CI Tox Status](https://github.com/theochem/Selector/actions/workflows/ci_tox.yml/badge.svg?branch=main)](https://github.com/theochem/Selector/actions/workflows/ci_tox.yml)
|
16 |
+
[![codecov](https://codecov.io/gh/theochem/Selector/graph/badge.svg?token=0UJixrJfNJ)](https://codecov.io/gh/theochem/Selector)
|
17 |
+
|
18 |
+
The `selector` library provides methods for selecting a diverse subset of a (molecular) dataset.
|
19 |
+
>>>>>>> 7eabcbd (Update contents of README.md for package renaming)
|
20 |
|
21 |
|
22 |
Citation
|
23 |
--------
|
24 |
|
25 |
+
<<<<<<< HEAD
|
26 |
Please use the following citation in any publication using selector library:
|
27 |
+
=======
|
28 |
+
Please use the following citation in any publication using the `selector` library:
|
29 |
+
>>>>>>> 7eabcbd (Update contents of README.md for package renaming)
|
30 |
|
31 |
```md
|
32 |
@article{
|
|
|
37 |
Installation
|
38 |
------------
|
39 |
|
40 |
+
<<<<<<< HEAD
|
41 |
To install selector using the conda package management system, install
|
42 |
+
=======
|
43 |
+
To install `selector` using the conda package management system, install
|
44 |
+
>>>>>>> 7eabcbd (Update contents of README.md for package renaming)
|
45 |
[miniconda](https://conda.io/miniconda.html) or [anaconda](https://www.anaconda.com/download)
|
46 |
first, and then:
|
47 |
|
|
|
54 |
conda install -c theochem qc-selector
|
55 |
```
|
56 |
|
57 |
+
To install `selector` with `pip`, you may want to create a
|
58 |
[virtual environment](https://docs.python.org/3/tutorial/venv.html), and then:
|
59 |
|
60 |
|