We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c68c3a commit c0bd677Copy full SHA for c0bd677
README.md
@@ -30,10 +30,11 @@ This library contains several graphs algorithms. The nodes in the graph can be a
30
## How to install it
31
32
```smalltalk
33
-Metacello new
34
- repository: 'github://pharo-ai/graph-algorithms';
35
- baseline: 'AIGraphAlgorithms';
36
- load
+EpMonitor disableDuring: [
+ Metacello new
+ repository: 'github://pharo-ai/graph-algorithms';
+ baseline: 'AIGraphAlgorithms';
37
+ load ]
38
```
39
40
## How to depend on it
0 commit comments