Commit 85c1bfa54c7d599cd96cd69451aff464d2f29190
Exists in
master
Merge branch 'master' of https://gitlab.irap.omp.eu/guitastrolib/guitastro
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
docs/source/install_for_dev.rst
... | ... | @@ -39,15 +39,17 @@ Win+R (execute commands) and put: |
39 | 39 | .. code-block:: bash |
40 | 40 | |
41 | 41 | powershell Start-Process powershell -Verb runAs |
42 | - | |
42 | + | |
43 | +You can also use the Powershell console of Anaconda. | |
44 | + | |
43 | 45 | Then, in the Powershell terminal: |
44 | 46 | |
45 | 47 | .. code-block:: bash |
46 | 48 | |
47 | 49 | cd C:\Users\xxx\Documents\guitastro\install |
48 | - pip install pip-tools | |
49 | - python3 -m piptools compile requirements.in | |
50 | - python -m pip install -r requirements.txt | |
50 | + pip install pip-tools --user | |
51 | + python -m piptools compile requirements.in --user | |
52 | + python -m pip install -r requirements.txt --user | |
51 | 53 | |
52 | 54 | 3. Import guitastro from everywhere |
53 | 55 | *********************************** | ... | ... |