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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
62
62
## Quickstart
63
63
64
-
1. First install the framework using `pip`. The Investing Algorithm Framework is hosted on [PyPi](https://pypi.org/project/Blankly/).
64
+
1. First install the framework using `pip`. The Investing Algorithm Framework is hosted on [PyPi](https://pypi.org/project/investing-algorithm-framework/).
65
65
66
66
```bash
67
67
$ pip install investing-algorithm-framework
@@ -84,7 +84,7 @@ The command will create the file `app.py` and an example script called `strategy
84
84
85
85
From there, you start building your trading bot in the `strategy.py`.
86
86
87
-
More information can be found on our [docs](https://docs.blankly.finance)
87
+
More information can be found on our [docs](https://investing-algorithm-framework.com/)
88
88
89
89
> Make sure you leave the `app.py` file as is, as it is the entry point for the framework.
90
90
> You can change the `bot.py` file to your liking and add other files to the working directory.
0 commit comments