File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9999echo " Creating loris-mri Python virtualenv in $mridir /.venv/"
100100# create a directory in $mridir that will store python 3 virtualenv
101101sudo -S su $USER -c " mkdir -m 770 -p $mridir /.venv"
102- python3.11 -m venv $mridir /.venv --prompt loris-python
102+ python3.11 -m venv $mridir /.venv --prompt loris
103103source $mridir /.venv/bin/activate
104104echo " Installing the Python libraries into the loris-mri virtualenv..."
105105pip3 install $mridir
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " loris-mri "
6+ name = " loris"
77version = " 27.0.0"
8- description = " The LORIS Python scripts "
8+ description = " The LORIS Python package "
99readme = " README.md"
1010license = " GPL-3.0-or-later"
1111license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments