6
6
:alt: PyPI - Python Version
7
7
:target: https://pypi.org/project/pytask-stata
8
8
9
- .. image :: https://anaconda.org/pytask/ pytask-stata/badges/version .svg
10
- :target: https://anaconda.org/pytask /pytask-stata
9
+ .. image :: https://img.shields.io/conda/vn/conda-forge/ pytask-stata.svg
10
+ :target: https://anaconda.org/conda-forge /pytask-stata
11
11
12
- .. image :: https://anaconda.org/pytask/ pytask-stata/badges/platforms .svg
13
- :target: https://anaconda.org/pytask /pytask-stata
12
+ .. image :: https://img.shields.io/conda/pn/conda-forge/ pytask-stata.svg
13
+ :target: https://anaconda.org/conda-forge /pytask-stata
14
14
15
15
.. image :: https://img.shields.io/pypi/l/pytask-stata
16
16
:alt: PyPI - License
17
+ :target: https://pypi.org/project/pytask-stata
17
18
18
- .. image :: https://github.com/ pytask-dev/pytask-stata/workflows/ Continuous%20Integration%20Workflow/badge.svg?branch= main
19
- :target: https://github.com/pytask-dev/pytask-stata/actions?query=branch%3Amain
19
+ .. image :: https://img.shields.io/github/workflow/status/ pytask-dev/pytask-stata/Continuous%20Integration%20Workflow/main
20
+ :target: https://github.com/pytask-dev/pytask-stata/actions?query=branch%3Amain
20
21
21
22
.. image :: https://codecov.io/gh/pytask-dev/pytask-stata/branch/main/graph/badge.svg
22
23
:target: https://codecov.io/gh/pytask-dev/pytask-stata
@@ -40,16 +41,15 @@ Installation
40
41
------------
41
42
42
43
pytask-stata is available on `PyPI <https://pypi.org/project/pytask-stata >`_ and
43
- `Anaconda.org <https://anaconda.org/pytask /pytask-stata >`_. Install it with
44
+ `Anaconda.org <https://anaconda.org/conda-forge /pytask-stata >`_. Install it with
44
45
45
46
.. code-block :: console
46
47
47
48
$ pip install pytask-stata
48
49
49
50
# or
50
51
51
- $ conda config --add channels conda-forge --add channels pytask
52
- $ conda install pytask-stata
52
+ $ conda install -c conda-forge pytask-stata
53
53
54
54
You also need to have Stata installed on your system and have the executable on your
55
55
system's PATH. If you do not know how to do it, `here <https://superuser.com/a/284351 >`_
0 commit comments