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
Serves as a back-end of concert ticket price tracking based on Ticketmaster real-time best seats.
3
4
4
5
### Installation
5
-
- You must have preinstalled Node.js.
6
-
- Run `install.sh` to install all required dependencies.
7
-
- If __node-canvas__ in `node_modules` fails to install, please check if you have the correct prerequisite softwares installed on your machine. The detail can be found at https://github.com/Automattic/node-canvas/wiki#installation-guides based on your system.
6
+
- Dev environment
7
+
- To install Python dependencies, run `pipenv install`.
8
+
- You must have preinstalled Node.js.
9
+
- To install node dependencies, run `yarn -cwd ticketscraping/js`.
10
+
- If __node-canvas__ in `node_modules` fails to install, please check if you have the correct prerequisite softwares installed on your machine. The detail can be found at https://github.com/Automattic/node-canvas/wiki#installation-guides based on your system.
0 commit comments