You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Apache Commons Math dependency is only necessary to generate random samples. If you do not plan to use random samples in your code or they are generated by other means it can be skipped.
31
29
32
30
> **Note**: the original `cdatafiles` from the C++ implementation are included in the distribution package for convenience.
33
31
34
-
### Configuring credentials
35
-
36
-
The distribution package is stored in the [Github Packages Registry](https://help.github.com/en/articles/about-github-package-registry). To install the package and use it as a dependency in your projects is necessary to first configure the credentials to access the Github API. The steps are the following:
37
-
38
-
1. In your Github account [create a PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-token) (Personal Access Token) with the `read:packages`[permissions](https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries).
39
-
2. Store the PAT somewhere safe (e.g. NOT in the repository of your project) and make it accessible to `sbt`. There are different ways of doing this, a common approach is to have a global `$HOME/.sbt/1.0/github.sbt` file with the following contents:
0 commit comments