@@ -24,13 +24,11 @@ Then you can install Python 3.12 and the Python development package:
2424``` shell
2525sudo apt-get install python3.12-full python3.12-dev
2626```
27-
2827Additionally, you will need the ` build-essential ` package, to install tools used when building some SimulaQron dependencies:
2928
3029``` shell
3130sudo apt-get install build-essential cmake vim linux-headers-generic
3231```
33-
3432After this point, you should have all the required dependencies.
3533
3634
@@ -64,13 +62,11 @@ by using the Makefile:
6462``` shell
6563make install
6664```
67-
6865Additionally, you can install SimulaQron with extra dependencies:
6966``` shell
7067make install-optional
7168```
7269
73-
7470Finally, if you would like to contribute to the development of SimulaQron, please install the development dependencies:
7571``` shell
7672make install-development
@@ -94,7 +90,7 @@ In Windows, SimulaQron can be installed in two similar ways:
9490
9591#### Native installation
9692
97- SimulaQron has also been tested working on macOS Tahoe (26.5) on an M3 pro CPU.
93+ SimulaQron has also been tested working on macOS Tahoe (26.5) on an M3 Pro CPU.
9894
9995Before proceeding with the SimulaQron install, you need to install python 3.12, which is available from the
10096[ Homebrew package manager] ( https://brew.sh/ ) . Once that homebrew has been installed, you can install Python
@@ -104,8 +100,15 @@ Before proceeding with the SimulaQron install, you need to install python 3.12,
104100brew install python@3.12
105101```
106102
107- After this, you can follow the instructions to install SimulaQron either [ from PyPI] ( #installing-from-pypi )
108- or directly [ from this repository] ( #installing-from-this-repository ) .
103+ Additionally, to install the optional dependencies, you will need to install * XCode COmmand Line Tools* . To do
104+ so, run the following command in a terminal:
105+
106+ ``` shell
107+ xcode-select --install
108+ ```
109+
110+ And follow the instructions on the screen. After this, you can follow the instructions to install SimulaQron
111+ either [ from PyPI] ( #installing-from-pypi ) or directly [ from this repository] ( #installing-from-this-repository ) .
109112
110113
111114#### Using the provided virtual machines
0 commit comments