Skip to content

Commit

Permalink
add a tip for casadata directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tnakazato committed Aug 1, 2024
1 parent c4dcd40 commit 1cb0ef1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ tutorial_twhya.ipynb) on how to use PRIISM. Recommended way to install PRIISM is
> [!IMPORTANT]
> The latest `requirements.txt` intends to support CASA 6.6.4 or higher. For older version of CASA, please use `requirements-old.txt` instead. If you already have PRIISM installation based on CASA 6.6.3 or lower, it is advisable to configure new environment from scratch when you update PRIISM to the latest version, which will be based on CASA 6.6.4 or higher.
> [!TIP]
> If you encountered an error when you install PRIISM on CASA 6.6.4, pleaser first check if you created directory for casadata, `~/.casa/data`. If the directory doesn't exist, please create it.
```
# at top-level directory of priism
$ python3 -m pip install .
Expand Down

0 comments on commit 1cb0ef1

Please sign in to comment.