TUW-VieVS / VieSchedpp

VLBI scheduling software
https://iopscience.iop.org/article/10.1088/1538-3873/ab1820
GNU General Public License v3.0
13 stars 4 forks source link

Minor relative-path comment for Manual install Vieschedpp_AUTO instructions #10

Closed varenius closed 3 years ago

varenius commented 3 years ago

Describe your issue here

On the Manual install page, this section exists:

# install VieSched++ AUTO (optional - auto scheduling program)
# download VieSched++ AUTO
git clone --recurse-submodules https://github.com/TUW-VieVS/VieSchedpp_AUTO.git 
cd VieSchedpp_AUTO
# create virtual environment (I'm using venv here):
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# alternative using miniconda:
# wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
# bash Miniconda3-latest-Linux-x86_64.sh # follow the installation instructions
# conda env create -f ./VieSchedpp_AUTO/environment.yml # create new environment for VieSchedpp_AUTO
# conda activate VieSchedpp_AUTO # activate the new environment
# [OPTIONAL] test installation: "$ python VieSchedpp_AUTO/VieSchedpp_AUTO.py -h"

The venv way first has "cd VieSchedpp_AUTO" which means one is inside the AUTO-folder. These are very minor points, but:

Really minor points, I know, but might as well note since I had a "huh?" moment when I copy pasted the test-line :).

Matthias-Schartner commented 3 years ago

Thanks for checking the script - I did change it accordingly