File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " DrWatson"
2
2
uuid = " 634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
3
3
repo = " https://github.com/JuliaDynamics/DrWatson.jl.git"
4
- version = " 2.0.4 "
4
+ version = " 2.0.5 "
5
5
6
6
[deps ]
7
7
Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
Original file line number Diff line number Diff line change @@ -107,11 +107,11 @@ it matches the `name`.
107
107
!!! warning
108
108
Note that to access `quickactivate` you need to be `using DrWatson`.
109
109
For this to be possible `DrWatson` must be already added in the
110
- existing global environment. The version of `DrWatson` loaded therefore
111
- will be the one of the global environment, and not of the activated project.
112
- To avoid unexpected behavior take care so that these two versions coincide .
110
+ existing global environment. If you use `quickactivate` and share your project, do
111
+ note to your co-workers that they need to add `DrWatson` globally ( the default
112
+ README.md created by `initialize_project` says this automatically) .
113
113
114
- **In addition please be very careful to write:**
114
+ **In addition, in your scripts write:**
115
115
```julia
116
116
using DrWatson # YES
117
117
quickactivate(@__DIR__)
@@ -219,6 +219,7 @@ function DEFAULT_README(name, authors = nothing)
219
219
1. Open a Julia console and do:
220
220
```
221
221
julia> using Pkg
222
+ julia> Pkg.add("DrWatson") # install globally, for using `quickactivate`
222
223
julia> Pkg.activate("path/to/this/project")
223
224
julia> Pkg.instantiate()
224
225
```
You can’t perform that action at this time.
0 commit comments