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 e16d515 commit fac99c6Copy full SHA for fac99c6
README.md
@@ -7,7 +7,7 @@ ApplicationDrivenLearning.jl is a Julia package for training time series models
7
```julia
8
import Pkg
9
10
-Pkg.add("ApplicationDrivenLearning") # not working yet! clone the repo instead
+Pkg.add("https://github.com/LAMPSPUC/ApplicationDrivenLearning.jl")
11
12
using ApplicationDrivenLearning
13
@@ -73,4 +73,4 @@ This package is **not yet** registered so if you want to use or test the code cl
73
## Contributing
74
75
* PRs such as adding new models and fixing bugs are very welcome!
76
-* For nontrivial changes, you'll probably want to first discuss the changes via issue.
+* For nontrivial changes, you'll probably want to first discuss the changes via issue.
0 commit comments