[ADD] Deprecated files and methods
This commit is contained in:
parent
7eee98ece2
commit
cbf4de3828
|
@ -1,3 +1,4 @@
|
||||||
|
# THIS CODE IS DEPRECATED
|
||||||
Pkg.add("Colors")
|
Pkg.add("Colors")
|
||||||
|
|
||||||
Pkg.resolve()
|
Pkg.resolve()
|
|
@ -0,0 +1,9 @@
|
||||||
|
# THIS CODE IS DEPRECATED for 0.5.2
|
||||||
|
|
||||||
|
#Pkg.add("PkgDev")
|
||||||
|
|
||||||
|
# now we have to use in julia REPL ] then add "Package name"
|
||||||
|
|
||||||
|
import PkgDev
|
||||||
|
|
||||||
|
PkgDev.enable_pkgbutler("Volume")
|
Loading…
Reference in New Issue