Skip to content

Commit

Permalink
Added additional installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
owo committed Apr 5, 2023
1 parent 65f93cd commit 572cd04
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ You will need Python 3.7 - 3.10 (64-bit) as well as
Linux/macOS
~~~~~~~~~~~

You will need to install some additional dependencies on Linux and macOS.
Primarily CMake, and Boost.

On Ubuntu/Debian you can install these dependencies by running:
.. code-block:: bash
sudo apt-get install cmake libboost-all-dev
On macOS you can install them using Homewbrew by running:

.. code-block:: bash
brew install cmake boost
.. _linux-macos-install-pip:

Install using pip
Expand All @@ -58,6 +72,14 @@ Install using pip
# or run the following if you already have camel_tools installed
pip install camel-tools --upgrade
On Apple silicon Macs you may have to run the following instead:

.. code-block:: bash
CMAKE_OSX_ARCHITECTURES=arm64 pip install camel-tools
# or run the following if you already have camel_tools installed
CMAKE_OSX_ARCHITECTURES=arm64 pip install camel-tools --upgrade
.. _linux-macos-install-source:

Expand Down

0 comments on commit 572cd04

Please sign in to comment.