Skip to content

Commit

Permalink
Docs update (#100)
Browse files Browse the repository at this point in the history
* Added description how to install pip package on Windows (and possibly MacOS)
Based on #16 (#16)

* Fixes of small "typos" in the docs...
  • Loading branch information
rstoki committed Jun 4, 2021
1 parent e040270 commit 28ad685
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/install.docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To use the latest official |productName| release, simply run:

.. code-block:: console
$ docker pull openfl
$ docker pull intel/openfl
Or if you would prefer to build an image from a specific commit or branch, run the following commands:

Expand Down
25 changes: 23 additions & 2 deletions docs/install.initial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,30 @@ On every node in the federation you will need to install the |productName| packa
4. Install |productName| package:

.. parsed-literal::
**Please Note:** PyPI (pip) package is currently (May 2021) provided ONLY for Linux OS. **For installation on Windows and MacOS, please follow the manual installation from source.**

A. **Linux** installation:

.. parsed-literal::
$ pip install \ |productWheel|\
B. **Windows** (and probably **MacOS**) installation:

i) Clone |productName| repository:

.. code-block:: console
$ git clone https://github.com/intel/openfl.git
ii) Inside your python environment, call `pip install`:

.. code-block:: console
$ cd openfl/
$ pip install .
$ pip install \ |productWheel|\
5. At this point |productName| should be available within the virtual environment. To test, run the :code:`fx` command. This command is only available within this virtual environment.

Expand Down
4 changes: 2 additions & 2 deletions docs/running_the_federation.baremetal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Creating the Federation
TL;DR
~~~~~

Here's the :download:`"Hello Federation" bash script <../tests/gitlab/test_hello_federation.sh>` used for testing the project pipeline.
Here's the :download:`"Hello Federation" bash script <../tests/github/test_hello_federation.sh>` used for testing the project pipeline.

.. literalinclude:: ../tests/gitlab/test_hello_federation.sh
.. literalinclude:: ../tests/github/test_hello_federation.sh
:language: bash


Expand Down

0 comments on commit 28ad685

Please sign in to comment.