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
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,7 @@ $ julia
22
22
julia>using Pkg; Pkg.add("HomalgProject")
23
23
```
24
24
25
-
This will also clone the repositories listed in `HomalgProject.PACKAGES_TO_DOWNLOAD` using `DownloadAllPackagesFromHomalgProject( )` and compile the packages listed in `HomalgProject.PACKAGES_TO_COMPILE` using `GAP.Packages.install( pkgname )`.
26
-
27
-
Furthermore:
28
-
29
-
*`UpdateAllPackagesFromHomalgProject( )` updates all packages listed in `HomalgProject.PACKAGES_TO_DOWNLOAD` using `UpdatePackageFromHomalgProject( pkgname )`.
30
-
31
-
*`RemoveAllPackagesFromHomalgProject( )` removes all packages listed in `HomalgProject.PACKAGES_TO_DOWNLOAD` using `RemovePackageFromHomalgProject( pkgname )`. This might be useful if you encounter problems while updating the packages.
25
+
For more information on the included packages see the [documentation](https://homalg-project.github.io/HomalgProject.jl/dev/#Installation-1).
32
26
33
27
The correctness of the installation and the availability of the functionality can at any time be tested using
34
28
@@ -42,8 +36,6 @@ After each update of the Julia package `GAP` a rebuild is (probably) necessary:
42
36
julia>using Pkg; Pkg.build("HomalgProject")
43
37
```
44
38
45
-
This will eventually (re)compile the packages listed in `HomalgProject.PACKAGES_TO_COMPILE`.
0 commit comments