You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ Steps without :bash:`sudo` access (e.g. on a cluster):
79
79
- /path/to/directory
80
80
* [Optional] both Mamba and Miniconda can be automatically activated via :bash:`~/.bashrc`. Do not forget to add these (usually provided at the end of the installation).
81
81
* Exit the shell and re-enter to make sure Conda is available. :bash:`cd` to the kernel tuner directory.
82
+
* [Optional] if you have limited user folder space, the Pip cache can be pointed elsewhere with the environment variable :bash:`PIP_CACHE_DIR`. The cache location can be checked with :bash:`pip cache dir`.
82
83
* [Optional] update Conda if available before continuing: :bash:`conda update -n base -c conda-forge conda`.
83
84
#. Setup a virtual environment: :bash:`conda create --name kerneltuner python=3.11` (or whatever Python version and environment name you prefer).
84
85
#. Activate the virtual environment: :bash:`conda activate kerneltuner`.
0 commit comments