antonydellavecchia / lutz_scraper

0 stars 0 forks source link

Readme #1

Open jspreer opened 1 month ago

jspreer commented 1 month ago

Hi Antony,

Great. I tried it and it works.

Here are a couple of suggestions for the README:

To run the script, first make sure you have OSCAR, HTTP, and JSON installed, i.e., run

julia> import Pkg; Pkg.add("HTTP") julia> import Pkg; Pkg.add("JSON")

Then run set your local directory in "main.jl", then run

julia> include("main.jl")

antonydellavecchia commented 1 month ago

ah but instantiate should take care of this, thats described in the installation part of the readme

Il giorno mar 22 ott 2024 alle ore 07:29 Jonathan Spreer < @.***> ha scritto:

Hi Antony,

Great. I tried it and it works.

Here are a couple of suggestions for the README:

To run the script, first make sure you have OSCAR, HTTP, and JSON installed, i.e., run

julia> import Pkg; Pkg.add("HTTP") julia> import Pkg; Pkg.add("JSON")

Then run set your local directory in "main.jl", then run

julia> include("main.jl")

— Reply to this email directly, view it on GitHub https://github.com/antonydellavecchia/lutz_scraper/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF3TROGI4RZENXTTPGSYNQLZ4XPFFAVCNFSM6AAAAABQLUBKW2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYDIMZQGEZDINI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jspreer commented 1 month ago

Ok, then my feedback is that, after I followed the instructions in the readme, I still had to manually install those two packages. This could be because I haven't really used julia much before. So maybe just as a data point. In any case, not a bit drama because the system basically tells you what to do.