Skip to content

Commit

Permalink
Change documentation and setup to use Math::Random::Free
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Jun 19, 2024
1 parent ff9b2d9 commit 8b3b96e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
- name: Install Perl dependencies
run: |
sudo cpan -T Math::Random
sudo cpan -T Math::Random::Free
sudo cpan -T MouseX::Params::Validate
sudo cpan -T Math::SigFigs
- name: Install Perl and R dependencies
Expand Down
4 changes: 2 additions & 2 deletions bin/setup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
'm1find', 'pack'
);

my @win_modules = ('Statistics::Distributions', 'File::Copy::Recursive', 'File::HomeDir', 'Math::SigFigs', 'Capture::Tiny', 'Math::Random', 'Math::MatrixReal', 'Mouse', 'MouseX::Params::Validate', 'YAML');
my @nix_modules = ('Statistics::Distributions', 'File::Copy::Recursive', 'File::HomeDir', 'Math::SigFigs', 'Capture::Tiny', 'Math::Random', 'Math::MatrixReal', 'Mouse', 'MouseX::Params::Validate', 'YAML');
my @win_modules = ('Statistics::Distributions', 'File::Copy::Recursive', 'File::HomeDir', 'Math::SigFigs', 'Capture::Tiny', 'Math::Random::Free', 'Math::MatrixReal', 'Mouse', 'MouseX::Params::Validate', 'YAML');
my @nix_modules = ('Statistics::Distributions', 'File::Copy::Recursive', 'File::HomeDir', 'Math::SigFigs', 'Capture::Tiny', 'Math::Random::Free', 'Math::MatrixReal', 'Mouse', 'MouseX::Params::Validate', 'YAML');
my @recommended_modules = ('Archive::Zip');

my @modules;
Expand Down
8 changes: 4 additions & 4 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h3>Linux</h3>

<ul>
<li>Perl version 5.10.1 or later</li>
<li>Python 3.8 or later</li>
<li>Python 3.10 or later</li>
<li>make</li>
</ul>

Expand Down Expand Up @@ -122,7 +122,7 @@ <h4>Installing Perl modules</h4>
<ol>
<li>Open a terminal.</li><p>
<li>Run the following commands (hit &#8629; after each command), prepend sudo if necessary:<br>
<code>cpan Math::Random<br>
<code>cpan Math::Random::Free<br>
cpan Math::MatrixReal<br>
cpan Mouse<br>
cpan MouseX::Params::Validate<br>
Expand Down Expand Up @@ -169,7 +169,7 @@ <h4>Required software on macOS</h4>
Before you install PsN on Linux or MacOS, you should make sure that the required programs and modules are installed on your computer.
<ul>
<li>Perl version 5.10.1 or later</li>
<li>Python 3.8 or later</li>
<li>Python 3.10 or later</li>
</ul>
To be able to use the automatic rplotting functionality (via the <code>-rplots</code> option) and/or the <code>qa</code> tool the following needs to be installed:
<ul>
Expand All @@ -190,7 +190,7 @@ <h4>Installing Perl modules</h4>
<ol>
<li>Open a terminal.</li><p>
<li>Run the following commands (hit &#8629; after each command), prepend sudo if necessary:<br>
<code>cpan Math::Random<br>
<code>cpan Math::Random::Free<br>
cpan Math::MatrixReal<br>
cpan Mouse<br>
cpan MouseX::Params::Validate<br>
Expand Down

0 comments on commit 8b3b96e

Please sign in to comment.