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 export data_functions, save_path, getValues
import Pkg import Pkg
Pkg.activate(".") Pkg.activate(".")
include("../RidePooling/src/RidePooling.jl") #How can I use using instead import RidePooling #How can I use using instead
RP = RidePooling RP = RidePooling
using DataFrames using DataFrames
using DelimitedFiles using DelimitedFiles
......
...@@ -2,8 +2,7 @@ using Pkg ...@@ -2,8 +2,7 @@ using Pkg
Pkg.activate(".") 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. 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. #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.
import RidePooling
include("../RidePooling/src/RidePooling.jl") #How can I use using instead
RP = RidePooling RP = RidePooling
using DataFrames using DataFrames
using CSV using CSV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment