Skip to content

Commit

Permalink
Merge pull request Qiskit#5 from jaygambetta/master
Browse files Browse the repository at this point in the history
Edits to contributing
  • Loading branch information
atilag authored Dec 26, 2018
2 parents 70367f1 + 765da9a commit aba0261
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ Pre-requisites

Most of the required dependencies can be installed via ``pip``, using the
``requirements-dev.txt`` file, eg:
``pip install -r requirements-dev.txt``.

.. code:: sh
pip install -U -r requirements-dev.txt
As we are dealing with languages that build to native binaries, we will
need to have installed any of the `supported CMake build tools <https://cmake.org/cmake/help/v3.5/manual/cmake-generators.7.html>`_.
Expand Down Expand Up @@ -85,7 +88,7 @@ You further need to have Command Line Tools installed on MacOS:

.. code::
$ xcode-select —install
$ xcode-select -—install
**Linux (Ubuntu >= 16.04)**
Expand Down Expand Up @@ -147,7 +150,7 @@ build in parallel, using 8 processes.

.. code::
python ./setup.py bdist_wheel --plat-name macosx-10.9-x86_64 -- -DSTATIC_LINKING=False -- -j8
qiskit-aer$ python ./setup.py bdist_wheel --plat-name macosx-10.9-x86_64 -- -DSTATIC_LINKING=False -- -j8
After this command is executed successfully, we will have a wheel package into the ``dist/`` directory, so next step is installing it:
Expand Down

0 comments on commit aba0261

Please sign in to comment.