File tree Expand file tree Collapse file tree 2 files changed +22
-19
lines changed Expand file tree Collapse file tree 2 files changed +22
-19
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,21 @@ The ``drms`` Python package can be installed from
37
37
38
38
::
39
39
40
- pip install --user drms
40
+ pip install drms
41
41
42
- To upgrade an already existing installation to the latest version , you
43
- can write
42
+ To upgrade an already existing installation to the latest release , you
43
+ can write::
44
44
45
- ::
45
+ pip install -U drms
46
46
47
- pip install -U --user drms
48
47
49
- The ``--user `` argument can be omitted in the ``pip `` command, if you are
50
- using a Python distribution, like
48
+ Note: If you do not use a Python distribution, like
51
49
`Anaconda <https://www.continuum.io/downloads >`_,
52
- or if you created an isolated Python environment using
53
- `Virtualenv <https://virtualenv.pypa.io/en/stable/ >`_.
50
+ and did not create an isolated Python environment using
51
+ `Virtualenv <https://virtualenv.pypa.io/en/stable/ >`_,
52
+ you might need to add ``--user `` to the ``pip `` command::
53
+
54
+ pip install --user drms
54
55
55
56
56
57
Acknowledgements
Original file line number Diff line number Diff line change @@ -47,20 +47,22 @@ The ``drms`` Python package can be installed from
47
47
48
48
::
49
49
50
- pip install --user drms
50
+ pip install drms
51
51
52
- To upgrade an already existing installation to the latest version, you
53
- can write
52
+ To upgrade an already existing installation to the latest release, you
53
+ can write::
54
+
55
+ pip install -U drms
54
56
55
- ::
56
57
57
- pip install -U --user drms
58
+ .. note ::
59
+ If you do not use a Python distribution, like
60
+ `Anaconda <https://www.continuum.io/downloads >`_,
61
+ and did not create an isolated Python environment using
62
+ `Virtualenv <https://virtualenv.pypa.io/en/stable/ >`_,
63
+ you might need to add ``--user `` to the ``pip `` command::
58
64
59
- The ``--user `` argument can be omitted in the ``pip `` command, if you are
60
- using a Python distribution, like
61
- `Anaconda <https://www.continuum.io/downloads >`_,
62
- or if you created an isolated Python environment using
63
- `Virtualenv <https://virtualenv.pypa.io/en/stable/ >`_.
65
+ pip install --user drms
64
66
65
67
66
68
Acknowledgements
You can’t perform that action at this time.
0 commit comments