@@ -52,8 +52,6 @@ Install Anaconda
52
52
environment to be updated.
53
53
54
54
55
- .. _install_dev_git :
56
-
57
55
Install CPL from conda-forge (recommended)
58
56
------------------------------------------
59
57
@@ -63,6 +61,15 @@ Install CPL from conda-forge (recommended)
63
61
64
62
conda install -c conda-forge caelus
65
63
64
+ Install using pip
65
+ -----------------
66
+
67
+ .. code-block :: console
68
+
69
+ pip install py-caelus
70
+
71
+ .. _install_dev_git :
72
+
66
73
Install CPL from source
67
74
-----------------------
68
75
@@ -71,8 +78,8 @@ Install CPL from source
71
78
.. code-block :: console
72
79
73
80
# Change to directory where you want to develop/store sources
74
- git clone https://bitbucket.org/appliedccm/CPL
75
- cd CPL
81
+ git clone https://github.com/sayerhs/cpl
82
+ cd cpl
76
83
77
84
#. Create a custom conda environment
78
85
@@ -84,7 +91,7 @@ Install CPL from source
84
91
.. note ::
85
92
86
93
#. Developers interested in developing CPL might want to install the
87
- development environment available in :file: `etc/caelus2 -dev.yml `. This
94
+ development environment available in :file: `etc/caelus3 -dev.yml `. This
88
95
installs additional packages like ``sphinx `` for document generation,
89
96
and ``pytest `` for running the test suite.
90
97
@@ -124,8 +131,8 @@ Install CPL
124
131
.. code-block :: console
125
132
126
133
# Change to directory where you want to develop/store sources
127
- git clone https://bitbucket.org/appliedccm/CPL
128
- cd CPL
134
+ git clone https://github.com/sayerhs/cpl
135
+ cd cpl
129
136
130
137
#. Create a virtual environment with all dependencies for CPL
131
138
0 commit comments