Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed May 17, 2019
1 parent fdb3548 commit 4455c44
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ This page describes [how to setup WSL](http://biogui.readthedocs.io/en/latest/bu
### Mac OS

bioGUI requires Mac OS X 10.14 Mojave.
Mac OS may bother you about running an app from a non-verified developer.
In the ``Preferences->Security`` menu you can tell Mac OS to still run *bioGUI*.
Please refer to the [User Guide](https://biogui.readthedocs.io/en/latest/user_guide.html#mac-os) for more instructions.

## Setup First Time Use

Expand Down
19 changes: 15 additions & 4 deletions doc/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,27 @@ Mac OS
------

Download and open the provided dmg package. You can simply drag and drop the bioGUI.app into your Applications folder.
*bioGUI* has been built for Mac OS X 10.14 Mojave.
In order to productively use bioGUI, it may be required to install the OSX command line tools as well as brew.
Most (install) templates will require you to have wget and netcat installed. Using brew installation is simple:
*bioGUI* has been built for Mac OS X 10.14 Mojave. Mac OS may bother your about running an app from a non-signed/verified developer.
In the ``Preferences->Security`` menu you can tell Mac OS to still run *bioGUI*.

In order to use bioGUI, it may be required to install the OSX command line tools as well as brew.
For the command line tools, open a *Terminal* and enter ``xcode-select --install``.
You can get brew from `here <http://brew.sh/>`_
To test brew, simply run the following code:

.. code:: bash
brew install wget netcat
You can get brew from `here <http://brew.sh/>`_
Make sure to have brew in your path.

From the terminal, run:

.. code:: bash
echo "export PATH=/usr/local/bin/:\$PATH" >> ~/.bash_profile
This will tell Mac OS to look for (unix) applications also under ``/usr/local/bin/``. This is where brew installs itself.

.. _install_download_templates:

Expand Down

0 comments on commit 4455c44

Please sign in to comment.