Skip to content

Commit 492e459

Browse files
authored
Update README.md
1 parent 61a6644 commit 492e459

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tomotools [subcommand] --help
3838
- **update**: Automatically pulls the most recent version from GitHub and runs ```pip install --upgrade``` on it.
3939

4040
## Installation
41-
We suggest installing tomotools into its own conda / mamba environment.
41+
We suggest installing tomotools into its own conda / mamba environment. If you can only access your userspace, consider using [micromamba](https://mamba.readthedocs.io/en/latest/installation.html).
4242

4343
### Install via:
4444
```
@@ -57,5 +57,10 @@ If you're using an sbgrid environment, make sure to set the following in your ``
5757
```
5858
PYTHON_X=3.8.8 (anything > 3.8 works)
5959
```
60+
Additionally, try ```pip --version``` to make sure it's correctly working. This is required for ```tomotools update```. Else, you can add the following line to your ```.bashrc```:
61+
62+
```
63+
alias pip='python -m pip'
64+
```
6065

6166
### Feedback, Bug Reports and Contributions are always welcome!

0 commit comments

Comments
 (0)