Skip to content

Commit

Permalink
Update installation instructions and configuration for vest tool
Browse files Browse the repository at this point in the history
  • Loading branch information
satelite2517 committed Aug 9, 2024
1 parent bab6bf1 commit 8039391
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions _pages/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,29 @@ category: Jekyll
layout: post
---

## Installation
Install
=====

To use this tool you have to firstly install git. (You can skip this stage if you already used git before.) If you are familiar with github then clone and install this [vest](https://github.com/satelite2517/vest).

If you are not then write the below command in your cmd.

```bash
git init
git clone https://github.com/satelite2517/vest.git
cd vest
pip install .
```
or
(Currently it's not supported in pypi.)

```bash
# Currently not supported planning to publish after beta test
pip install vest

```
Configuration
=====
Follow the below line in your command line. If you don't have any authentication just use :
username : reader
passward : vest

## Initial configuration

in your command line

```
```bash
>> hsconfigure
Enter new values or accept defaults in brackets with Enter.

Expand All @@ -36,7 +40,8 @@ Testing connection...
connection ok
Quit? (Y/N)Y
```
If you want to store or share data then contact thie [email]([email protected])

## Usage

follow the [Learn Usage]()
follow the [Learn Usage](./plot.md)

0 comments on commit 8039391

Please sign in to comment.