Skip to content
Snippets Groups Projects
Commit 469c08c0 authored by rhaag's avatar rhaag
Browse files

Now working with the RidePooling package installed

parent 7ebe20ab
No related branches found
No related tags found
No related merge requests found
export data_functions, save_path, getValues
import Pkg
Pkg.activate(".")
include("../RidePooling/src/RidePooling.jl") #How can I use using instead
import RidePooling #How can I use using instead
RP = RidePooling
using DataFrames
using DelimitedFiles
......
......@@ -2,8 +2,7 @@ using Pkg
Pkg.activate(".")
Pkg.instantiate() #there may be an error here concerning PyCall. The dependencies assume Python to be installed on your system, with package 'matplotlib' installed.
#Either just run 'conda install -c conda-forge matplotlib' in your system shell, or follow instructions below (after running this cell and getting an error) to solve everything from within Julia.
include("../RidePooling/src/RidePooling.jl") #How can I use using instead
import RidePooling
RP = RidePooling
using DataFrames
using CSV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment