Skip to content

Commit 572cd04

Browse files
committed
Added additional installation instructions.
1 parent 65f93cd commit 572cd04

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ You will need Python 3.7 - 3.10 (64-bit) as well as
4646
Linux/macOS
4747
~~~~~~~~~~~
4848

49+
You will need to install some additional dependencies on Linux and macOS.
50+
Primarily CMake, and Boost.
51+
52+
On Ubuntu/Debian you can install these dependencies by running:
53+
.. code-block:: bash
54+
55+
sudo apt-get install cmake libboost-all-dev
56+
57+
On macOS you can install them using Homewbrew by running:
58+
59+
.. code-block:: bash
60+
61+
brew install cmake boost
62+
4963
.. _linux-macos-install-pip:
5064

5165
Install using pip
@@ -58,6 +72,14 @@ Install using pip
5872
# or run the following if you already have camel_tools installed
5973
pip install camel-tools --upgrade
6074
75+
On Apple silicon Macs you may have to run the following instead:
76+
77+
.. code-block:: bash
78+
79+
CMAKE_OSX_ARCHITECTURES=arm64 pip install camel-tools
80+
81+
# or run the following if you already have camel_tools installed
82+
CMAKE_OSX_ARCHITECTURES=arm64 pip install camel-tools --upgrade
6183
6284
.. _linux-macos-install-source:
6385

0 commit comments

Comments
 (0)