Skip to content

Commit

Permalink
initial commit, implemented (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: acs-ws <asolak@ku.edu.tr>
  • Loading branch information
AhmetCanSolak and acs-ws committed Nov 15, 2021
1 parent 7256df7 commit 838bc31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ or you can get into ``aydin`` folder and double-click on the executable named ``
Install Aydin in a Conda environment with CUDA support
---------------------------------------------------------------------

If you are an OSX user please first make sure to install ``libomp``:

.. code-block:: bash
$ brew install libomp
Then you can install Aydin with CUDA support:

.. code-block:: bash
$ conda create -y -n aydin_env python=3.9
Expand Down

0 comments on commit 838bc31

Please sign in to comment.