diff --git a/README.md b/README.md index b4663ba..03b7dd4 100644 --- a/README.md +++ b/README.md @@ -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... @@ -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 @@ -239,4 +237,4 @@ TODO ## Licensing -The MIT License (MIT). See [license](LICENSE.md) for details. \ No newline at end of file +The MIT License (MIT). See [license](LICENSE.md) for details.