File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,20 @@ You will need Python 3.7 - 3.10 (64-bit) as well as
4646Linux/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
5165Install 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
You can’t perform that action at this time.
0 commit comments