Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Dec 17, 2024
1 parent e9f4d76 commit 7068753
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ We recommend using a Python virtual environment. Refer to the [venv installation
source venv/bin/activate

# Install OpenFL
python -m pip install openfl
pip install openfl
```

* For development:

```bash
git clone https://github.com/securefederatedai/openfl.git && cd openfl
python -m pip install -U pip setuptools wheel
python -m pip install -e .
pip install -U pip setuptools wheel
pip install -e .
```

* Nightly (from the `develop` branch):

```bash
python -m pip install git+https://github.com/securefederatedai/openfl.git@develop
pip install git+https://github.com/securefederatedai/openfl.git@develop
```

Verify installation using the `fx --help` command.
Expand Down Expand Up @@ -74,6 +74,8 @@ This method can be used to run federated learning experiments in an isolated env
```bash
git clone https://github.com/securefederatedai/openfl.git && cd openfl
git checkout develop
```
```bash
docker build
-t openfl \
-f Dockerfile.base \
Expand Down

0 comments on commit 7068753

Please sign in to comment.