Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSanchez-Utges authored Jan 29, 2024
1 parent 1545311 commit 01680a4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,12 @@ $ source env/bin/activate
Installing ProIntVar

```sh
$ wget https://github.com/bartongroup/ProIntVar-Core/archive/master.zip -O ProIntVar-Core.zip
$ unzip ProIntVar-Core.zip

# alternatively
$ git clone https://github.com/bartongroup/ProIntVar-Core.git
$ git clone https://github.com/bartongroup/ProIntVar.git

# installing requirements
$ cd ProIntVar-Core
$ cd ProIntVar
$ pip install -r requirements.txt

# then...
Expand All @@ -82,10 +80,10 @@ Editing the provided template configuration settings
$ cd /path/to/desired/working/dir/

# Get a copy of the template config.ini file shipped with ProIntVar
$ ProIntVar-Core-config-setup new_config.ini
$ ProIntVar-config-setup new_config.ini

# Update the settings according to user preferences and push them
$ ProIntVar-Core-config-load new_config.ini
$ ProIntVar-config-load new_config.ini
```

Testing that the new values are correctly loaded by ProIntVar
Expand Down Expand Up @@ -239,4 +237,4 @@ TODO


## Licensing
The MIT License (MIT). See [license](LICENSE.md) for details.
The MIT License (MIT). See [license](LICENSE.md) for details.

0 comments on commit 01680a4

Please sign in to comment.