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: docs/src/project.md
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -63,16 +63,9 @@ This can be done in multiple ways:
63
63
64
64
We recommend the fourth approach, although it does come with a caveat (see the docstring of [`quickactivate`](@ref)).
65
65
66
-
Here is how it works: the function [`quickactivate`](@ref) activates a project given some path by recursively searching the path and its parents for a valid `Project.toml` file. Typically you put this function in your script files like so:
67
-
```julia
68
-
using DrWatson # DONT USE OTHER PACKAGES HERE!
69
-
quickactivate(@__DIR__, "Best project in the WORLLDD")
70
-
# Now you should start using other packages
71
-
```
72
-
where the second optional argument can assert if the activated project matches the name you provided. If not the function will throw an error.
0 commit comments