typo fix
Co-authored-by: Alexander Soare <alexander.soare159@gmail.com>
This commit is contained in:
parent
032200e32c
commit
6f1a0aefab
|
@ -96,7 +96,7 @@ pip install .
|
||||||
poetry install
|
poetry install
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** If you encounter a disk space error, try to change your `tmp/` dirrectory to a location where you have enough disk space, e.g.
|
**Note:** If you encounter a disk space error, try to change your `tmp/` directory to a location where you have enough disk space, e.g.
|
||||||
```bash
|
```bash
|
||||||
mkdir ~/tmp
|
mkdir ~/tmp
|
||||||
export TMPDIR='~/tmp'
|
export TMPDIR='~/tmp'
|
||||||
|
|
Loading…
Reference in New Issue