Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fdsteffen committed Oct 28, 2023
1 parent 0c81982 commit 5124d6f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ PAMtools is documented [here](https://fdsteffen.github.io/PAMtools/).
Download and install
--------------------

Clone or [download](https://github.com/fdsteffen/PAMtools/archive/master.zip) PAMtools into a directory of your choice.
1. Make sure that you have Matlab (including the curvefit and Statistics and machine Learning toolbox installed).

2. Install [PAM](https://gitlab.com/PAM-PIE/PAM)

3. Clone or [download](https://github.com/fdsteffen/PAMtools/archive/master.zip) PAMtools into a directory of your choice.
```
git clone https://github.com/fdsteffen/PAMtools.git
```
Expand All @@ -29,6 +33,10 @@ or
pip install --user -e <path/to/PAMtools>
```

4. Copy the file in `matpam/profiles/profile PIE.mat`` into the profiles directory in PAM.

5. Copy the FCS models in `matpam/models` to the Models directory in PAM

Dependencies
------------

Expand Down
10 changes: 9 additions & 1 deletion docs/source/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ PAMtools is a set of helper functions written in Matlab and Python to export and
Download and install
--------------------

Clone or :download:`download <https://github.com/fdsteffen/PAMtools/archive/master.zip>` PAMtools into a directory of your choice. ::
1. Make sure that you have Matlab (including the curvefit and Statistics and machine Learning toolbox installed).

2. Install [PAM](https://gitlab.com/PAM-PIE/PAM)

3. Clone or :download:`download <https://github.com/fdsteffen/PAMtools/archive/master.zip>` PAMtools into a directory of your choice. ::

git clone https://github.com/fdsteffen/PAMtools.git

Expand All @@ -22,6 +26,10 @@ Clone or :download:`download <https://github.com/fdsteffen/PAMtools/archive/mast

pip install <path/to/PAMtools>

4. Copy the file in `matpam/profiles/profile PIE.mat`` into the profiles directory in PAM.

5. Copy the FCS models in `matpam/models` to the Models directory in PAM


Dependencies
------------
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 5124d6f

Please sign in to comment.