Skip to content

Commit 301ee78

Browse files
committed
Update github URLs and installation instructions
1 parent 0a5b3f3 commit 301ee78

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

docs/source/user/installation.rst

+14-7
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ Install Anaconda
5252
environment to be updated.
5353

5454

55-
.. _install_dev_git:
56-
5755
Install CPL from conda-forge (recommended)
5856
------------------------------------------
5957

@@ -63,6 +61,15 @@ Install CPL from conda-forge (recommended)
6361
6462
conda install -c conda-forge caelus
6563
64+
Install using pip
65+
-----------------
66+
67+
.. code-block:: console
68+
69+
pip install py-caelus
70+
71+
.. _install_dev_git:
72+
6673
Install CPL from source
6774
-----------------------
6875

@@ -71,8 +78,8 @@ Install CPL from source
7178
.. code-block:: console
7279
7380
# 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
7683
7784
#. Create a custom conda environment
7885

@@ -84,7 +91,7 @@ Install CPL from source
8491
.. note::
8592

8693
#. 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
8895
installs additional packages like ``sphinx`` for document generation,
8996
and ``pytest`` for running the test suite.
9097

@@ -124,8 +131,8 @@ Install CPL
124131
.. code-block:: console
125132
126133
# 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
129136
130137
#. Create a virtual environment with all dependencies for CPL
131138

docs/source/user/intro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Usage
3636

3737
CPL is distributed under the terms Apache License Version 2.0 open-source
3838
license. Users can install the package using `conda <https://conda.io>`_, or
39-
access the `Git repository <https://bitbucket.org/appliedccm/cpl>`_ hosted on
39+
access the `Git repository <https://github.com/sayerhs/cpl>`_ hosted on
4040
BitBucket. Please follow :ref:`installation` for more details on how to install
4141
CPL and its dependencies within an existing Python installation on your system.
4242

etc/conda/caelus/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ requirements:
2727
- pyvista
2828

2929
about:
30-
home: https://bitbucket.org/appliedccm/cpl
30+
home: https://github.com/sayerhs/cpl
3131
license: "Apache License 2.0"
3232
summmary: Python library for use with Caelus CML and OpenFOAM

0 commit comments

Comments
 (0)