Skip to content

Commit

Permalink
Small updates to the install guide, and fixing GitHub hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
tombch committed Sep 19, 2023
1 parent e1799a4 commit 10a6494
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/onyx_client_installation_guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Onyx Client Installation Guide

This guide walks through how to install the `onyx` client in a CLIMB Jupyter notebook.
This guide walks through how to install the Onyx client in a CLIMB Jupyter notebook.

## Download the client

Expand All @@ -12,13 +12,13 @@ $ git clone https://github.com/CLIMB-COVID/onyx-client.git

## Install the client

Create a python virtual environment for the client:
Create a Python virtual environment for the client:

```
$ python -m venv onyx-env
```

Install the `onyx` client within this environment:
Install the client within this environment:

```
$ source onyx-env/bin/activate
Expand All @@ -27,7 +27,7 @@ $ source onyx-env/bin/activate

## Create a config

Create an `onyx` config folder with the `onyx config create` command.
Generate a config folder with the `onyx config create` command.

For this you need to provide:

Expand All @@ -44,7 +44,7 @@ Once this is done, you **must** export the environment variable `ONYX_CLIENT_CON

## Register

Register for an `onyx` account with the `onyx register` command.
Register for an Onyx account with the `onyx register` command.

For this you need to provide:

Expand All @@ -64,7 +64,7 @@ And then follow the instructions.

## Log in

To log in to your `onyx` account, run the following command and enter your password:
To log in to your Onyx account, run the following command and enter your password:

```
(onyx-env) $ onyx login
Expand Down Expand Up @@ -114,11 +114,11 @@ To filter for all samples with a `published_date` within the dates `2023-09-01`

## Further guidance

For further guidance using the `onyx` client, use the `--help` option.
For further guidance using the Onyx client, use the `--help` option.

```
(onyx-env) $ onyx --help
(onyx-env) $ onyx filter --help
```

Or, check out the `README` file on the `onyx-client` GitHub page: https://github.com/CLIMB-TRE/onyx-client
Or, check out the README file on the Onyx client's [GitHub page](https://github.com/CLIMB-TRE/onyx-client).

0 comments on commit 10a6494

Please sign in to comment.